Level 3 seems to be broken
-
wp_nav_menu(array(‘theme_location’ => ‘primary’,
‘level’ => ‘3’,
‘depth’ => 1));does not show the correct level 3 menu-items of the current level 2 page.
example:
In a menu structure like:- Level_1-Item_1
- Level_2-Item_1
- Item_A
- Level_2-Item_2
- Level_2-Item_3
- Item_B
- Level_2-Item_4
the result of ‘level’ => ‘3’,’depth’ => 1 is always “Item_A” regardless which Level_2 Item/Page is active. Even the Page on Level 1 shows “Item_A”.
do i miss something ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Level 3 seems to be broken’ is closed to new replies.