Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Any way to hide admin menu of buddypress?

In your wp-config.php add the line:

define( ‘BP_DISABLE_ADMIN_BAR’, true );

Skip to toolbar