Opened 13 years ago
Closed 11 years ago
#5244 closed enhancement (wontfix)
a different page voice in the menu respect to the page title
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.3 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
I've made some changes to the code to permit an author to set a Page Menu Title, inside the Page Administration tools, to display a voice in the menu (thorugh "wp_list_pages" function) different respect to the Page Title.
I've used a new parameter to be used, ie, in this way:
# wp_list_pages('depth=1&title_li=&title_menu=true');
I've added a field to the posts DB table, "page_title_menu".
I attach a .txt where I logged my changes. I'm not able to produce a trac patch, but if someone of you would like to do it, I would be glad.
Thanks a lot,
Giovanni
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
changes to the code