Forums
Forums / Themes and Templates / wp_nav_menu and first ?
(@toebee)
14 years, 7 months ago
I want wp_nav_menu to give a special class for the first
<ul> <li class="first"><a href="#">link</a></li> <li><a href="#">link</a></li> <li><a href="#">link</a></li> <li><a href="#">link</a></li> <li><a href="#">link</a></li> <li><a href="#">link</a></li> </ul>
Is this possible? Can someone lend a hand? Thanks for reading.
(@kwight)
You can use wp_get_nav_menu_items to build the list, using a counter to add your special class to only the first item: http://codex.wordpress.org/Function_Reference/wp_get_nav_menu_items
Thanks I think I have something figured out
The topic ‘wp_nav_menu and first ?’ is closed to new replies.