Exclude testimonials from search
-
I would like to NOT show the testimonials in the search index. I already google it and found the code below, which 170 is the category’s ID that i made and put all the testimonials inside.
But it doesn’t work.
function searchcategory($query) {
if ($query->is_search) {
$query->set(‘cat’,’-170′);
}
return $query;
}
add_filter(‘pre_get_posts’,’searchcategory’);How can i remove all the testimonials from the search results?
Thanks! Great plugin.
The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Exclude testimonials from search’ is closed to new replies.