Skip to:
Content
Pages
Categories
Search
Top
Bottom

Reply To: Problem disabling admin bar

That’s actually the WordPress Admin Bar and it resembles the Buddypress Admin Bar.
To disable it add this to functions.php:

add_filter( 'show_admin_bar', '__return_false' );

Skip to toolbar