How to hide default menu of buddypress?

How to hide default menu of buddypress When using buddypress with WordPress MU, you will find that buddypress adds a default menu bar to your site, like this: If you want to hide that menu, just add the following like in your wp-config.php define( ‘BP_DISABLE_ADMIN_BAR’, true ); The menu bar will be disabled, even if …

Read More