Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Relational Fields: Image Gallery Thumbnail (See related posts)

Use the code below to add a thumbnail version of the image gallery entry related to your current weblog entry (Expression Engine).

{related_entries id="fieldid"}
<img src="{thumb_url}" width="{thumb_width}" height="{thumb_height}" alt="{title}" class="thumb" />
{/related_entries}

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts