Does Extending Multiple Nav_Menu_Walkers Allow Nested Menus?

Frankly, I’d just use a single menu and then apply a CSS class (in the backend) to the navigation element you want the to be.

It’s simple enough to add a CSS class in the Menu editing pane, and that solves a lot of your difficulties since you can just check for the presence of that string in your custom walker.

Leave a Comment