Post looper with Query Builder set to a category only displaying 1 of 10 posts

Hi, as the title, I have a basic Posts section which is just using the Query Builder to set the Taxonomy to a category ‘Newsletter’ No matter what the Count is set to or even if it’s set to Default only 1 post is displaying. There are currently 10 which are in that category and published. The conditions are set to match the category:

In a second instance of this with a different post type, nothing is displayed.

Help!
Thanks,
Mark

Hi Mark,

Thanks for reaching out.
There might be some different reasons behind your issue, I would like to suggest troubleshooting the following common issue to help us to recognize the reason.

1.Theme Related Issue
2.Plugin Conflict
3.Theme Update related issue
4.Child Theme Related issue **if you have activated it.
5.CSS/JS Customization
6.Disabling Cache
7.Disabling CDN

If you discover that an issue is coming from a custom code or 3rd party plugin, kindly consult with a developer or contact the plugin author. Please note that we do not provide support for custom codes and 3rd party plugins.
If none of the above helps and you are still getting the issue, please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password
– Specific Page where you are having this problem.

To create a secure note, click the key icon underneath any of your posts.

Thanks

Hi Tristup, that’s for your advice. I’ve checked all the issues you suggested and updated everything. Still the same issue.

Here’s the details:
– WordPress Site URL & Login URL
– WordPress Admin username/password
– Specific Page where you are having this problem.

Thanks,
Mark

Hello @aminternetdesign,

I checked your layout it seems that you have set the condition on the consumer, please note in your condition you have limited the query, it would only display the post that has got News category on the category archive page. Now if you go to the News category archive page it would display all the posts of the News category but if you go to the other category archive page it would not display the posts of that category since you have set the condition that post has to be in News category as well.

I would suggest you remove the condition t get rid of your issue since on the category archive page it displays the post of the category and you don’t need an extra loop there since on the archive the default loop is running.

Thanks

Thank you, that’s great I didn’t realise that condition had been added. Your solution to remove the limiting condition on the consumer worked. :slight_smile:

Hello @aminternetdesign,

Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.