fix dropdown menu in bootstrap navwalker

This commit is contained in:
Fabiano Alencar 2018-04-03 15:03:40 -03:00
parent 0bdfc80e20
commit e5d59f2331
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ get_header('banner'); ?>
<?php
wp_nav_menu( array(
'theme_location' => 'navMenubelowHeader',
'depth' => 1, // 1 = with dropdowns, 0 = no dropdowns.
'depth' => 2, // 1 = with dropdowns, 0 = no dropdowns.
'container' => 'div',
'container_class' => 'collapse navbar-collapse',
'container_id' => 'menubelowHeader',