Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Add wp_admin_bar to a BP theme


pcwriter
Participant

@pcwriter

Thanks, but I think your last post was in answer to the last poster’s question in this thread:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/show-bp-admin-bar-while-in-wp-admin-only-and-hide-it-in-the-rest-of-the-site/

`remove_action( ‘admin_footer’, ‘bp_core_admin_bar’ );` effectively removes the adminbar from the backend, but that’s not what I’m trying to achieve.
I’m trying to replace the bp-adminbar with the WordPress adminbar in a Buddypress theme.

Skip to toolbar