I updated Vantage theme to version 1.10.1 and the Post Loop stopped working when you set the Post Query’s Taxonomies to any category.
The Post Query tab does show the correct number of posts, but the post loop widget can’t find any.
I tested several different configurations, like using different post types or not adding a taxonomy, and the widget works. It’s only when taxonomies are set a category does the widget fail.
This issue just started after I updated Vantage to version 1.10.1. The Post Loop widget worked wonderfully on previous versions of the theme.
UPDATE: This may not be a bug. I installed the Vantage theme version 1.10, and I the Post Loop still doesn’t list my custom post types with a category. I even added additional arguments to the query-post (‘&cat=33’), and sill I don’t see any posts.
What can I do? How do I solve this issue?
Hi, thanks for posting.
The Post Loop widget is part of SiteOrigin Page Builder. All seems normal on my end when testing locally. If the Posts Query tab shows a count, that count should be outputted. What template do you have set in the Template field?
I’m using a custom loop, but the have_posts() outputs false and the the_post() is empty, so data is not making it to the custom loop.
I’ve had to roll my own shortcode using WP_Query to output the custom post types by category and not break my site, but I can’t figure out why the custom loop doesn’t work.
The good news is it works on your end, so it’s not a bug.
Sorry to hear about the problems, hope you can resolve them soon. Thanks for the update.