Go to Admin > Appearance > Menus
Create a new menu and add the items you want, order indent and sort however you want.
Then in Template Location > Primary Location select your new menu.
If you do not indent any menu items they will not show, to indent just drag right
Thanks for the reply.
I need my menu to be dynamic, and add pages add hoc etc
Can I just change the CSS or JS instead? Disable it somehow, or change the selector so it doesn’t workk?
Thanks again
I would do this in a child theme, so as not to change the core files. In header.php look for this:
wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) );
And change like so:
wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary', 'depth' => 1 ) );
That should only display the first level of pages or menu items in your nav menu.
Hi Folks,
Thanks for your replies, I still cant get rid of the menu when you hover over a menu item, if you hover over ‘about us’ you will see what I mean.
http://gptemplate.6te.net/
Any help much appreciated.
Thanks
FIXED – working now? very strange