Remove Menus with submenus
-
Hi
I build webpage that has page menus with a lot of submenus.
I could able to remove single pages with exclude but when i do that it appears all submenus as a top menu.How do we exclude menus with submenus->fruits
–>Winter
—>Apple
—>Orange
…….<?php wp_nav_menu( array( ‘theme_location’ => ‘Primary Menu’, ‘exclude’ => ’32’) ); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Remove Menus with submenus’ is closed to new replies.