Hi Dan
Thank for your reply.
I have tried the approach you recommend but it isn’t working.
The embed works if I put a category=”” manually in, so I know its embedding correctly. I also know that the {images_category) is bringing in the category id correctly.
{exp:channel:entries channel="workshops"}
{embed="workshops/images_embed" pass_image_category="{images_category}"}
{/exp:channel:entries}
However, in the embed, it still isnt working.
{exp:channel:entries channel="gallery" limit="6" dynamic="no" category="{pass_image_category}"}
<li class="{switch='workshop_first|workshop_second'}">
{exp:ce_img:pair src="{gallery_image}" width="120" height="100" crop="yes"}
<a href="http://{title_permalink=gallery/view}">{made}</a>
{/exp:ce_img:pair}
</li>
{/exp:channel:entries}
It just displays nothing. In firebug it just shows an empty html tag. If I manually place in a category id it works.
Am I missing something?
Thanks