This is a quick and easy trick to force current menu item styling on arbitrary menu items without using javascript.
In this post we’ll learn about using custom walkers in WordPress’ native navigation menu. We’ll then use that custom walker to output a select menu which is ideal for the main menu on a mobile site or a page specific sub-menu.
In this tutorial will show you how to modify wp_nav_menu() to create a SELECT menu that’s perfectly suited for mobile sites. I’ll walk through the creation of a custom walker and the code to handle the menu.
This tutorial will demonstrate how to create a breadcrumb menu using the output from wp_nav_menu in your WordPress theme. Unlike other plugin-based options, this method allows you to maintain a single menu and use it’s output in multiple places.