Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: BuddyPress theme with WP 3.0 menu


John Monkhouse
Participant

@westmonker

I did that but I still cannot go to and add menus.

What I did;

1.open up functions.php file and add
add_theme_support( ‘menus’ );

2. replaced
“ul id=”nav”
With

?php wp_nav_menu( array( ‘sort_column’ => ‘menu_order’, ‘container_class’ => ‘menu-header’ ) ); ?

and I still can not add menus.
where did I go wrong?

Skip to toolbar