Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to remove the search/login bar


Andy Peatling
Keymaster

@apeatling

You can just remove the search login bar from the template – Just remove:

<div id="search-login-bar">
<?php bp_search_form() ?>
<?php bp_login_bar() ?>

<div class="clear"></div>
</div>

From header.php of the home and member themes if you are using both.

Skip to toolbar