Forums › Forums › Search & Filter Pro › No results displayed when using the shortcode option
Tagged: results dipslay problem, shorcode option
- This topic has 14 replies, 2 voices, and was last updated 9 years, 4 months ago by
Anonymous.
-
Anonymous(Private) May 23, 2016 at 2:23 pm #46358
When i open the page, I get all the results.
I guess there might be a problem with the search operators :
-I have set up and AND relationship between the criteria.
-When I select a search term alone, there are no results.
-When I type the same search term field and select a category (dropdown list), it works fine.Thanks,
OlivierTrevor(Private) May 24, 2016 at 3:35 pm #46499Hi
I can sort of see what is happening the page that the search is on uses the theme’s single.php template file, and that in turn calls in the theme’s content files. In there, the code is over-riding the Search and Filter results shortcode. Without significant coding, it means that the shortcode method cannot be used in your theme.
This means that you must use either the archives method or the post archives. In the way you are using it, I suspect that the archives method is the only viable option.
-
AuthorPosts