Images not showing
-
I’ve added the suggested code to include images in two different templates.
One doesn’t show images. one does. Whas up with that?
Here is my over documentation of the issue:
This one shows images
[hungryfeed url=”https://nepaldog.typepad.com/danger_dog_blog/rss.xml” max_items=”5″ template=”2″]template 2 code//
<div class=”hungryfeed_item”>
<h3>{{title}}</h3>
<div>{{content}}</div>
<img src=”{{select(attr:src).img:eq(1)}}”>
<div>Author: {{author}}</div>
<div>Posted: {{post_date}}</div>
</div>This one doesn’t show images:
[hungryfeed url=”https://nepaldog.typepad.com/danger_dog_blog/rss.xml” max_items=”5″ template=”3″]template 3 code//
<div class=”hungryfeed_item”>
<h3>{{title}}</h3>
<img src=”{{select(attr:src).img:eq(1)}}”>
<div>{{description}}</div>
<div>Author: {{author}}</div>
<div>Posted: {{post_date}}</div>
</div>Live site:
https://nepaldog.com/danger-dog-blog/
- The topic ‘Images not showing’ is closed to new replies.