• I set up a second menue in toolbox 1.4 which worked fine, but all pages are automaticly shown in the original navigation.
    How can I prevent that?
    This is the code I used:

    if ( function_exists( 'register_nav_menu' ) ) {
      register_nav_menu( 'primary', 'Primary Navigation Menu' );
      register_nav_menu( 'secondary', 'Menue oben links' );
    }

    Thanks for any help

  • The topic ‘Pages appear automaticly in navigation’ is closed to new replies.