Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to Remove Admin Bar from Buddypress 1.1


Simon Wheatley
Participant

@simonwheatley

You could (probably, I haven’t tested this) use the following in wp-config.php to remove the admin bar from the WP Admin area only:

if ( is_admin() ) define( 'BP_DISABLE_ADMIN_BAR', true );

Skip to toolbar