Forums › Forums › Search & Filter Pro › Custom search effects whole site not sure why
- This topic has 32 replies, 2 voices, and was last updated 4 years, 10 months ago by
Trevor.
-
Trevor(Private) August 10, 2020 at 5:29 pm #255562
If it used a PHP template, with the custom method, assuming that the template page sets the arguments to run wp_query(), and then runs wp_query …
If that template is shared by other pages, you could conditionally add our filter to the list of arguments, or, if the template is used only by that page, simply add our filter to the arguments, like this:
'search_filter_id' => 1234;
-
AuthorPosts