• Hi,

    I would like to create a theme for WP 3.0 with 2 navigation menus. I know now how to create them in the admin but I can’t figure out how to implement them in the theme… I know I must use wp_nav_menu function but how can I differenciate the different nav menus ?

    Thanks for your help

    Francis

Viewing 1 replies (of 1 total)
  • Use the menu argument

    <?php wp_nav_menu( array( 'menu' => 'My 2nd Menu','sort_column' => 'menu_order', 'container_class' => 'menu-header' ) ); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘How do I create several menus ?’ is closed to new replies.