How to disable the BuddyPress Admin Bar

VN:F [1.9.13_1145]
Rating: 0.0/5 (0 votes cast)
BuddyPress Admin Bar

BuddyPress Admin Bar

In BuddyPress you will see a top navigation bar which is enabled by default.

This might be annoying for some. Some plugins also need this to be disabled. You can disable it appearing everywhere by following method.

Step 1: Open wp-config.php file which is in the root folder of your BuddyPress installation.

Step 2: Add following line in the file
define( ‘BP_DISABLE_ADMIN_BAR’, true );

You can see it live in action (admin bar disabled) on Movie Reviews portal.

Similar Posts

No similar recipes.

One Response to “How to disable the BuddyPress Admin Bar”

  1. Peter Armenti 22. Sep, 2011 at 10:54 pm #

    Is there a way to disable JUST in the admin.. but keep it active on the front end of the site?

    [Reply]

    VA:F [1.9.13_1145]
    Rating: 0 (from 0 votes)

Leave a Reply

Notify me of followup comments via e-mail. You can also subscribe without commenting.