Is there a way to customize the markup generated by the nav functions?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
closed as not a real question by toscho♦ Feb 18 at 23:43
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can edit the output by using a custom walker. This site has an excellent tutorial on the subject: http://www.kriesi.at/archives/improve-your-wordpress-navigation-menu-output You might also find this useful: Menu items description? Update: Here are the relevant bits. The custom walker class:
Call the menu with a reference to the custom walker:
|
||||
|