i’m having issues showing the thumnails of the entries, maybe someone can help me to show the thumnail of each entry. This is the code:
{exp:channel:categories channel="shield" paginate="bottom" limit="3" style="linear"}
<div class="spark-img">
{spark_thumbnail}
</div>
<div class="tmain-caption">
{category_name}
<a href="/about/shield/{category_url_title}" title="{url_title}">Read More →</a>
</div>
</div>
{paginate}
<div class="paginate">
{pagination_links}
</div>
{/paginate}
{/exp:channel:categories}