Hi Gary,
An RSS feed has two contents. One is a summary and other is the full content. Not all feeds have full content.
So when you select “rich HTML” super RSS Reader prefers “summaries” with rich HTML over full content.
In you case it seems the feed has full content and you want to display it. Right now there is no option to fetch that, I can add an option in the next version.
For now can you please make a small change to the code ?
– Go to plugin editor –> super rss reader –> includes/feed.php
– Go to line 192
– Replace get_description
with get_content
– Save the file.
This should help, please let me know how it goes.
Thanks,
Aakash