Ticket #5244 (new enhancement)

Opened 1 year ago

a different page voice in the menu respect to the page title

Reported by: giohappy Assigned to: anonymous
Priority: normal Milestone: 2.9
Component: Administration Version: 2.3
Severity: normal Keywords: page title
Cc: giohappy@gmail.com

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

Patch menu titles.txt (4.4 kB) - added by giohappy on 10/22/07 23:59:10.
changes to the code

Change History

10/22/07 23:59:10 changed by giohappy

  • attachment Patch menu titles.txt added.

changes to the code