How can I make Multiple Level Navigation Menus
-
I’m currently using only
<?php wp_nav_menu( array( 'menu' => 'Primary Navigation', 'container' => 'div', 'container_class' => 'sixteen columns' )); ?>
But only the first-level dropdowns are appearing. I had to hide the Overflow. How can i add a multiple level sub-menu feature?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How can I make Multiple Level Navigation Menus’ is closed to new replies.