• Hi, I’m just beginning to play with WP3.0 and am exploring using the new Menu system. However I can’t figure out / can’t find documentation on how to display the menu in my theme. Can someone point me the right way? Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there 🙂

    I haven’t tried myself, but i think the code is wp_nav_menu().

    You can read more about it here.

    Hope it helped 😉

    Fran6

    (@fran6)

    Think we need to enable them somewhere in the theme but I can’t figure out how…

    Help please ? 😉

    its on that link above

    <div class="access">
      <?php wp_nav_menu(); ?>
    </div>

    at a minimum in your theme

    robinvd

    (@robinvd)

    That won’t work … You don’t “enable” it. Still figureing how it will work then..

    MichaelH

    (@michaelh)

    From the twentyten theme’s function.php

    // This theme uses wp_nav_menu()
    	add_theme_support( 'nav-menus' );
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to display menus created in Appearance » Menus’ is closed to new replies.