A couple of weeks ago I showed you how to add your own ‘Home’ link to a WordPress nav menu, and also add special classes to the last menu item.
Today’s post is an update, with improved code and information on when it needs to be applied. Enjoy.
A couple of weeks ago I showed you how to add your own ‘Home’ link to a WordPress nav menu, and also add special classes to the last menu item.
Today’s post is an update, with improved code and information on when it needs to be applied. Enjoy.
By default WordPress 3’s new nav menus won’t add a ‘last’ class to the final list item – this tutorial shows you how, using the built in filter hooks.
The new WordPress 3 wp_nav_menu Nav Menu function doesn’t include a show_home option – so how can you show a ‘Home’ link?
This tutorial shows you how to do it right using the built in filter hooks.