Forums › Forums › Search & Filter Pro › Category count zero
- This topic has 1 reply, 2 voices, and was last updated 10 years, 7 months ago by
Ross.
-
Anonymous(Private) December 28, 2015 at 10:11 pm #32944
Hi,
Category count is zeo if I DON’T use a custom template for results.
not working like this:
http://www.awesomescreenshot.com/image/864493/89597ec1fb9a92ad8b1d30ea16892023working like this:
http://www.awesomescreenshot.com/image/864491/fe3c2001490580a1ad109c21e74e57a1Ypu can see and check the filter here:
http://www.edumag.net/search-filter/If you want I can send you login cridentials in private.
Thakns in advance
AP
Ross Moderator(Private) December 30, 2015 at 11:41 pm #33066Hey there
Just to let you know support is a bit limited right now until after the new year break.
Anyway, I had a look.
Typically, you should be specifying your custom template for displaying your results – this gives you control over what is happening.
When you don’t specify a custom template, then you are really at the mercy of WP which file is loaded.
In your case, it seems that the template file that is loaded automatically has some code on it that is modifying your queries, and probably the S&F query too – which is causing problems with the count numbers.
I see from you screenshot that there is only 1 field where the count numbers are a problem – which to mean indicates again, some custom code like
pre_get_postsor something similar.I also tested on the default 2015 theme here quickly, and changing this setting has no effect on the count numbers.
I would look carefully at the template file that is loaded, and see how it might be using some greedy code or filters that are incorrectly also being applied to the S&F query.
The correct approach would be to create a new templated, based of say
search.phpspecifically for Search & Filter. Then you could copy the layout from the other template into here, ensuring you are not copying over any filters etc that are causing the issue.Hope that helps!
Thanks
-
AuthorPosts