Removing filter and pages in search results
-
I have seamless integration turned on and I’ve noticed that the random posts widget that I use on the blog is being populated with the results from searches, matching it exactly. If the results of a search are Post A, Post B and Post C the random posts widget displays Post A, Post B and Post C. I’ve added
remove_filter( 'posts_where' , 'bsearch_where_clause' );
to the end of better-search.php and that seems to fix the problem. However by adding that line of code some searches now include pages in the results even though I have them excluded in settings.
I’m using version 1.3.6 of Better Search.
Any help would be appreciated.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Removing filter and pages in search results’ is closed to new replies.