Probably an easy one but can’t find the answer…
I’ve got a Gallery channel and want the categories to be subheadings for the relative group of images.
Can you tell me how I can do this?
Currently I’m getting the category name and just one image several times, rather than the category name with several images underneath, using this code:
{exp:channel:entries channel="gallery"}
<div class="gallery_clear">
<a href="http://{gallery-image}%22name=%22{category_name}%22></a>" title="{title}">__ {gallery-image}__ {path}_small/{filename}.{extension} __ {/gallery-image}__ </a>
</div>
{/exp:channel:entries}