Re: BuddyPress and WordPress 3.0
id like to see the new wp 3.0 nav functionality added to the buddy press default theme
added to functions.php
Code:
add_theme_support( ‘nav-menus’ );
to show the menu in header.php
Code:
‘menu_order’, ‘container_class’ => ‘menu-header’, ‘container_id’ => ‘nav’ ) ); ?>