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.
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.
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 ;)
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
That won't work ... You don't "enable" it. Still figureing how it will work then..
From the twentyten theme's function.php
// This theme uses wp_nav_menu()
add_theme_support( 'nav-menus' );This topic has been closed to new replies.