Opened 20 years ago
Closed 19 years ago
#1189 closed enhancement (fixed)
dropdown_pages
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
On the codex site at :
http://codex.wordpress.org/Template_Tags
there is a category tag called:
dropdown_cats
I would like to see a similar tag included for pages like:
dropdown_pages
Thanks
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Attached patch adds dropdown feature to wp_list_pages(). Usage:
wp_list_pages('style=dropdown');
First draft. Still rough.