Re: Remove Blog from Search Bar
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?