Using WordPress custom navigation menus automatically gets the menu item label and displays it between the of the menu item, what I need to do is to get a custom field value of the page and displays it instead of the menu item label. How can I do that ?
Asked
Active
Viewed 1,125 times
1 Answers
2
You need a custom walker. Change the function function start_el() to use your custom field’s value.