Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Remove Blog from Search Bar


Henry
Participant

@henrybaum

OK, progress. It’s in bp-core-templatetags.php

if ( function_exists( ‘bp_blogs_install’ ) ) {

$selection_box .= ‘<option value=”blogs”>’ . __( ‘Blogs’, ‘buddypress’ ) . ‘</option>’;

}

I can delete that, but any idea how to configure this so that the drop down allows a search of posts, rather than blogs?

Skip to toolbar