Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Remove search box from header in Default bp theme


Steve Bruner
Participant

@sbruner

add the following in your child theme’s functions.php file;

`add_filter( ‘bp_search_form_enabled’, false );`

bye, bye, search box!

Skip to toolbar