• 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)
  • Thread Starter petty2014

    (@petty2014)

    How could we remove menus with child hierarchy?
    I need some thing like
    wp_nav_menu( array( ‘theme_location’ => ‘Primary Menu’, ‘exclude’ => ’32[*]’) );

    Thread Starter petty2014

    (@petty2014)

    I need help Please!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Menus with submenus’ is closed to new replies.