Same image shows up in item field twice
-
Hi Jason.
First. Thanks for the free plugin. It’s great!Second- let me tell you, I am new to html and CSS. But I am at 95% of achieving the rss feed customization I am looking for. I wanted the image to show at the top of the item field (rather than the default bottom) so I entered in some css code I read from your support forum… which worked! But the image also still shows up on the bottom of the item field as well. So now I have two of the same images per item.
Would you happen to know a quick solution (line of code?) that would only show the image once at top? I tried truncating the text charachters but that gets rid the images altogether.
Here’s the address: https://southflorida.siteseekr.com/news
Here is the current code in my custom template:
<img src=”{{select(attr:src).img:first}}”>
<div>Posted: {{post_date}}</div>
<h3>{{title}}</h3>
<div class=”hungryfeed_item”>
<div>{{description}}</div></br>
</div>Thanks so much for your feedback!
-lfeinberg
- The topic ‘Same image shows up in item field twice’ is closed to new replies.