Sagamore PTA Wordpress notes: Difference between revisions

From Parents
Jump to navigation Jump to search
(How to allow Pages to have Tags and Categories)
(Break out possible plugins and add section for such)
Line 1: Line 1:
https://managewp.com/wordpress-content-management-complete-guide
https://managewp.com/wordpress-content-management-complete-guide


==Page Tagging & Categories==
Of the two default content types in Wordpress, '''Pages (unlike the other, Posts), cannot have Tags or Categories associated with them by default'''. It is relatively simple to '''change that''' with [https://www.sitepoint.com/wordpress-pages-use-tags/ some code] or [https://wordpress.org/plugins/pages-are-posts/ a simple plugin] (and there are other plugins too I haven't evaluated, but I like that one for [https://plugins.trac.wordpress.org/browser/pages-are-posts/trunk/pages-are-posts.php its simplicity]).

Of the two default content types in Wordpress, '''Pages (unlike the other, Posts), cannot have Tags or Categories associated with them by default'''. It is relatively simple to '''change that''' with [https://www.sitepoint.com/wordpress-pages-use-tags/ some code] or a simple plugin:

* '''[https://wordpress.org/plugins/pages-are-posts/ Pages are Posts]''' (I like that one for [https://plugins.trac.wordpress.org/browser/pages-are-posts/trunk/pages-are-posts.php its simplicity])
* [https://wordpress.org/plugins/post-tags-and-categories-for-pages/ Post Tags and Categories for Pages]

''Only add Tags (not Categories) to Pages:''

* [https://wordpress.org/plugins/tag-pages/ Tag Pages]
* [https://wordpress.org/plugins/page-tagger/ Page Tagger]





Revision as of 02:41, 25 April 2014

https://managewp.com/wordpress-content-management-complete-guide

Page Tagging & Categories

Of the two default content types in Wordpress, Pages (unlike the other, Posts), cannot have Tags or Categories associated with them by default. It is relatively simple to change that with some code or a simple plugin:

Only add Tags (not Categories) to Pages: