Hi,
I wanted to address an issue and I seriously need some assistance for it. Regarding images. I have added a feed to appear on a site of mine, everything is working except that the images don’t want to show. It appears to be broken. Can you please assist me?
That’s my template:
<div class=”hungryfeed_item”>
<h3>{{title}}</h3>
<img src=”{{select(attr:src).img:eq(1)}}”>
<div>{{description}}</div>
<div>Posted: {{post_date}}</div>
</div>
URGENT!