Display Title Attribute in Menu
-
I’m using the new menu system in WordPress 3.0 and wondering if it’s possible to display the title attribute ($menu_item->attr_title) which you can specify for a page or category within the menu itself. I’m using something like this, but the title will not display unfortunately:
<?php wp_nav_menu('sort_column=menu_order&container_class=&menu=Header Navigation&link_after=<br />'.$menu_item->attr_title); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display Title Attribute in Menu’ is closed to new replies.