Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to remove admin bar in buddypress 1.6.4


  • shortoldtree
    Participant

    @shortoldtree

    Hey guys, I am looking to remove the admin bar on buddypress 1.6.4. I tried quite a few solutions I found on this forum and others but none seems to work with the latest buddypress version.

    So is there a way to disable to admin bar in 1.6.4 or is it not possible?

Viewing 2 replies - 1 through 2 (of 2 total)

  • shortoldtree
    Participant

    @shortoldtree

    Just an update that using the following code in functions.php worked for me:

    add_filter(‘show_admin_bar’, ‘__return_false’);

    For anyone who wants to use this solution, just create a file named functions.php, add the above code, in your child theme folder and upload to your server.

    Please correct me if there is a better way to achieve this.


    Justin Shead
    Participant

    @justinshead87

    The option to remove the BuddyPress admin bar is in the settings menu.

    Visit “yoursite.com/wp-admin/admin.php?page=bp-settings
    Under “Main Settings” next to “Toolbar” uncheck “Show the Toolbar for logged out users

    – Save Settings
    – View/Refresh Page
    – Clear Browser’s Cache If Needed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove admin bar in buddypress 1.6.4’ is closed to new replies.
Skip to toolbar