Upgraded to 3.0.1 for menu , cant drop down menu
-
Hey guys
First post, please be gentle.
Have been running WP 2.9 and just upgraded to 3.0.1. (nice and easy!)
The reason for the upgrade was to use the menu (in admin) so that I could create drop down menus, but unfortuantly when I create a menu, it just shows everything in the menu space (top of nixta.co.uk) instead of showing the top level then on hover/click showing the rest of the 2nd level.
I added to my function.php file
add_theme_support( ‘menus’ );
I also added this to my header.php
<?php wp_nav_menu( array( ‘sort_column’ => ‘menu_order’, ‘container_class’ => ‘menu-header’ ) ); ?>
but like I say, I get no ‘drop-down’ effect on the menus, just the complete list of both hierachys of the menu.
I hope I make sense to you?
many thanks
- The topic ‘Upgraded to 3.0.1 for menu , cant drop down menu’ is closed to new replies.