• I’ve managed to force support of the new wordpress 3.0 menus on my template. However when I try to set up submenus in the admin panel they just show as another menu item on my website, instead of only showing when you hover over its parent.

    I’m guessing its something to do with my template, so anyone provide me with somewhere I can get and guide and code to change this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Deewon

    (@deewon)

    I found this in the twenty10 template:
    <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>

    And I’m currently using:
    <?php wp_nav_menu( array( 'theme_location' => 'menu-1' ) ); ?>

    Is that defining drop down menu options?

    Thread Starter Deewon

    (@deewon)

    anyone?

    My submenus are working fine… You just drag the item to where you want it, drag it to the right a little to make it a submenu item.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submenus under Menu Items?’ is closed to new replies.