Hi,
I’m trying to have thumbs of my category images shown; but the template code won’t work:
{exp:channel:categories channel="products"}
{category_image}
<img src="{path}_thumbs/{filename}.{extension}" alt="category_name">
{/category_image}
{/exp:channel:categories}
This code works within the “entries” channel tag, but not here.
The images are uploaded and I can navigate to them with the right URL. EE doesn’t read the code in the way I want it to.
Do you have any idea how to make this work? Thanks!
