Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
i have created a post loop that gathers posts from cat ID 6 however nothing displays except for a published date.
I only have 1 post per category and it contains a featured image
Hi Shane
Perhaps check if there is more than one template option available in the Post Loop widget. The widget searches for templates as follows:
content-*.php
*-content.php
loop-*.php
*-loop.php
Where * is a maverick and could be any name.
The Post Loop widget unfortunately relies on the templates made available by the theme in question so a solution would need to be tackled from the theme side of things using the above info.