Reputation: 59
My submenu is not displaying. I've tried all the possible wp_nav_menu
php, but I just can't get my submenu to show up.
<?php wp_nav_menu( array('menu' => 'navigation' )); ?>
Upvotes: 0
Views: 296
Reputation: 1643
And you have checked your CSS? Most of the time it's just a display:none-problem.
Upvotes: 1