D. WONG
D. WONG

Reputation: 59

Submenu not showing wordpress

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

Answers (1)

Stephan Weinhold
Stephan Weinhold

Reputation: 1643

And you have checked your CSS? Most of the time it's just a display:none-problem.

Upvotes: 1

Related Questions