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 ?
1 Answer
You need a custom walker. Change the function function start_el() to use your custom field’s value.
- Thanks very much, but I'm not a pro php developer :) . So can please hint me how to do that to display a custom field value INSTEAD of the menu item label, because when i remove the menu item label the whole item is automatically removed.Mohamed Said– Mohamed Said2012-02-17 12:55:51 +00:00Commented Feb 17, 2012 at 12:55