Hi all, Like the topic title says, I’ve been using the File extension to add images to the entries in my site.
There’s a Featured Event box on the home page that I’ve been using Playa (2.07) to populate from the events blog. However, while it’s bringing in all the text correctly, it’s not displaying any of the images, just rendering an empty img tag.
Any ideas? Source is below.
Thanks!
{exp:weblog:entries weblog="home" disable="member_data | trackbacks"}
{homeEvent limit="2"}
<dl class ="homeFeature">
<dt>{title}</dt>
<dd class="homeFeatureImage">{event_med}</dd>
<dd>{summary}
<a href="http://{url_title_path=programme/event}" title="Read More">Read more...</a></dd>
</dl>
{/homeEvent}
{/exp:weblog:entries}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.