After installing wp 3.1, WordPress Admin bar take places instead of Buddypress Admin bar. I don't want wordpress admin bar. How can I disable wp admin bar?
After installing wp 3.1, WordPress Admin bar take places instead of Buddypress Admin bar. I don't want wordpress admin bar. How can I disable wp admin bar?
Found the solution from buddypress forum.
Need to add below code in theme's functions.php
/* Disable the Admin Bar. */
add_filter( 'show_admin_bar', '__return_false' );
This topic has been closed to new replies.