User Menu ?
Hi,
I dont want the user menu to show in the header so i removed this line from header.php :
<?php wp_nav_menu( array( 'theme_location' => 'top', 'sort_column' => 'menu_order', 'container' => 'menu-header', 'fallback_cb' => 'default_top_nav' ) ); ?>
I would like this menu to show in the sidebar (if not logged in then show a connect / register button, if logged, then show the user menu : dashboard etc)
How can i put that in the sidebar ?
Tx a lot !