[wp-trac] [WordPress Trac] #11817: Better Menu Management
WordPress Trac
wp-trac at lists.automattic.com
Fri Jan 8 00:01:58 UTC 2010
#11817: Better Menu Management
----------------------------+-----------------------------------------------
Reporter: scribu | Owner: scribu
Type: task (blessed) | Status: accepted
Priority: normal | Milestone: 3.0
Component: General | Version:
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
Comment(by ryan):
Assorted thoughts:
* Themes use add_theme_support('page-menus') or 'custom-menus' to
advertise that they use wp_page_menu() and support menu customization.
* If current_theme_supports('page-menus'), then show the menu management
UI.
* Support show/hide of pages, page reordering, and adding links.
Implement in that order if we need to do this a little at a time.
* Storage could be a simple array in the options table.
* Decide what to do when new pages are added. Always show them at the
end of the menu? Add a checkbox to the page edit form that defaults to
show?
I'll leave UI suggestions to others, although I do like the idea of
Appearance->Menu.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11817#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list