Hello,
I have this information in XML that i use for my images.
This works fine but i want to have the images from a certain category in this gallery only.
Does anybody know how to do that?
<?xml version="1.0" encoding="utf-8"?>
{assign_variable:gallery_url="http://www.octografx.com/images/images-cad"}
{assign_variable:gallery_name="img_cad"}
{exp:gallery:entries gallery="{gallery_name}"}
<afbeeldingen>
{entries}
<image>
<title>{title}</title>
<thumb>{gallery_url}{cat_folder}/{filename}_thumb.jpg</thumb>
<full>{gallery_url}{cat_folder}/{filename}_medium.jpg</full>
<description>{caption}</description>
</image>
{/entries}
</afbeeldingen>
{/exp:gallery:entries}