Ticket #5244 (closed enhancement: wontfix)
a different page voice in the menu respect to the page title
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.3 |
| Severity: | normal | Keywords: | |
| Cc: | giohappy@… |
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
Change History
-
attachment
Patch menu titles.txt
added
- Keywords needs-patch close added
- Milestone changed from 2.9 to Future Release
I've a whole bunch of plugins that add a meta box to do this. suggesting wontfix.
comment:2
johnbillion — 21 months ago
- Keywords needs-patch close page title removed
- Status changed from new to closed
- Resolution set to wontfix
- Milestone Future Release deleted
Note: See
TracTickets for help on using
tickets.

changes to the code