How can I make my menu act like the Twenty10 menu?
-
With WordPress 3.0 and the new menu management I have set up a menu for the top of my website. However in the system if I set links to become children of other menu items it doesn’t work in my current template. It works fine with the Twenty10 template, but they all show as separate menu items with my current template.
How do I go about configuring my current template to work?
Is it anything to do with this code in the header.php?
Twenty10 template:
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
My template:
<?php wp_nav_menu( array( 'theme_location' => 'menu-1' ) ); ?>
Is that defining drop down menu options?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How can I make my menu act like the Twenty10 menu?’ is closed to new replies.