Can you be more specific? What would the code look like if I wanted to exclude all posts from category 1? Where would the code go? Thanks!
I see this bit in class.BBoss_Global_Search_Posts.php
return apply_filters(
‘BBoss_Global_Search_Posts_sql’,
$sql,
array(
‘search_term’ => $search_term,
‘only_totalrow_count’ => $only_totalrow_count,
)