Wordpress Development News

I’m currently working on a site in Wordpress for someone, and as part of it, I want to have menus with submenus like:-

Category
    Page
    Page

Category
    Page

without Category also having a link. I’ve discovered that Wordpress stores posts and pages in the same table, which means there’s a category there, although it’s not used for Pages (for the site I’m doing, there’s no other use of category either - it’s blogless).

So, I’m writing a plugin to read the Page category for all the pages and then group the page menu by category. Once done, I’m then going to look into having a "Category" on the Page admin function so users can change it themselves.

Any thoughts on any other changes to it gratefully received. 

—–

Discussion Area - Leave a Comment