Hello,
I’m trying to display images that are present in this RSS feed:
https://ideabag.net/category/hi-tech/wordpress/feed/
I am using this code:
[RSSImport feedurl="https://ideabag.net/category/hi-tech/wordpress/feed/" html="true" displaydescriptions="true" before_desc="<div><img src='%picture_url%' width='80px' alt='' />" after_desc="<a href='%href%' target='_blank'> ...Read more</a> </div>" use_simplepie="true" display="4"]
My feed definitely contains the enclosure
tag. It can be easily seen in it. Yet, images are not getting imported. Any suggestions? Thank you!