Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Remove login/sign up section from header?

Do you refer to the links in the adminbar at the top of the layout? If so then you can remove them both by adding this line:

remove_action(‘bp_adminbar_menus’, ‘bp_adminbar_login_menu’, 2);

To a ‘bp-custom.php’ file in the plugins directory

Skip to toolbar