I was using HungryFEED 1.5.6 and everything was working fine, yesterday I saw the update to 1.5.8 and applied it.
It was displaying feeds correctly, image or links and the body text.
Now if there's an image or a link, it displays the code and not the image or link itself.
<img src="http://site/images/screen/image.jpg" alt="" />
If the image has a link, it displays the code as well.
<a href="#"><img src="http://site/images/screen/image.jpg" alt="" /></a>
This is my template:
<div class="hungryfeed_item">
<h4><a target="_blank" href="{{permalink}}">{{title}}</a></h4>
<div>{{description}}</div>
<div class="date">{{post_date}}</div>
</div>
Whats the change in 1.5.8 that breaks everything ?
How can I fix this ?
Thanks.