Main menu depth
-
Hello!
I’m using the Naturefox theme (1.0.10) in WordPress (3.5). Have a little problem. In main menu, one sub-menu not appear.
MAIN MENU:
menu1 menu2 menu3
-sub2_1 (OK)
-sub2_1_1 (OK)
-sub2_1_1_1 (Not appear)Trying edit the following line in the naturefox theme header.php:
<div class="header-menu"> <?php wp_nav_menu( array('fallback_cb' => 'naturefox_page_menu', 'menu' => 'primary', 'depth' => '5', 'theme_location' => 'primary', 'link_before' => '<span><span>', 'link_after' => '</span></span>') ) ; ?> </div>
But not working.
Anyone a idea?Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Main menu depth’ is closed to new replies.