I want to include a custom fields from the entry with the {related_entries} tag but it won’t render anything but the custom field name. Look at the field that says {en_caption}. That field belongs to the weblog entry and not the related entry but it seems it can’t be called.
{exp:weblog:entries weblog="test"}
<h3>{title}</h3>
<p>{body}</p>
<p>{related_entries id="images"}</p>
<p> <div class="gallery"><br />
{thumb_url}<br />
</div><br />
{/related_entries}</p>
<p>{/exp:weblog:entries}