Hi, I want to output the ID of the categorie of each image:
Example:
How 2 show the ID: <cms:show my_cat_id /> ??
Example:
- Code: Select all
<div class="ch-grid element id23" id="#data-inline23">
<img class="ch-item" src="<cms:show my_thumb_2 />" alt='<cms:show k_page_title />'>
<div>
<span><span class="category"></span><cms:show k_page_title /></span>
</div>
How 2 show the ID: <cms:show my_cat_id /> ??