Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: remove admin-bar


Lance Willett
Participant

@lancewillett

As of revision 1270 in trunk you can now disable the admin bar like this in your “wp-config” file:

define('BP_DISABLE_ADMIN_BAR', true);

That way you don’t need any of those custom overrides in your “bp-custom” file.

Skip to toolbar