Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Search Bar


Xevo
Participant

@xevo

Just take it out of your home.php? Or build an if statement around it.

if(!bp_is_front_page()) {
// show search form
}

Edit: See that the standard theme doesn’t have a home.php, my bad. Script should work either way (only now in header.php).

Skip to toolbar