Reputation: 29707
I have a website that has a combination of Wordpress static pages and posts, but it is mostly static pages. I would like to use the Wordpress "categories" feature to organize these pages. So far I haven't figured out how to do this. Is there a plug-in or something? Failing that, what should I do?
Upvotes: 1
Views: 1433
Reputation: 1619
In wordpress, categories are for posts, not pages. If you want to create a "category" to organize your pages in, create a page with your category name. Then, if you want to place a page in that category, simply set the page's parent to the category page.
Upvotes: 1