-
AuthorPosts
-
October 1, 2021 at 5:24 am #10136Gary GersinParticipant
hi
first of all i love super RSS!
bought my second license tonight.my question is..
how can i set the rss code to pull the entire story/article into my webpage instead of just a few sentences?
i have news posted on a subdomain and created an rss reed on for my main domain and want the entire story to pull in
thank you!
GaryOctober 1, 2021 at 11:38 am #10137Aakash ChakravarthyKeymasterHi Gary,
Thanks for using Super RSS Reader.
Yes you can do it. Please enable “Enable rich description” under the “Content” tab.
This should display the full content.Thanks,
AakashOctober 1, 2021 at 4:21 pm #10138Gary GersinParticipanti tried it several different ways including the 2 examples below… what should the code be if not “show_rich_desc”
[srr_feed urls=”https://news.ashtabulagop.com/category/news/feed/gn” show_author=1 show_date=1 show_rich_desc=1 template=”%%thumbnail%%
<h3>%%title%%</h3>
%%rich_desc%% %%metadata%%” thumbnail_position=”cover” thumbnail_size=”250px” display_type=”normal”][srr_feed urls=”https://news.ashtabulagop.com/category/news/feed/gn” show_author=1 show_date=1 show_rich_desc=1 template=”%%thumbnail%%
<h3>%%title%%</h3>
%%description%% %%metadata%%” thumbnail_position=”cover” thumbnail_size=”250px” display_type=”normal”]October 1, 2021 at 9:42 pm #10139Aakash ChakravarthyKeymasterHi 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
– Replaceget_description
withget_content
– Save the file.This should help, please let me know how it goes.
Thanks,
AakashOctober 2, 2021 at 6:37 am #10142Gary GersinParticipanthi Aakash
i changed it and it’s still showing up the same way
do i need to add anything to the below script?
[srr_feed urls=”https://news.ashtabulagop.com/category/news/feed/gn” show_author=1 show_date=1 show_rich_desc=1 template=”%%thumbnail%%
<h3>%%title%%</h3>
%%description%% %%metadata%%” thumbnail_position=”cover” thumbnail_size=”250px” display_type=”normal”] -
AuthorPosts
- The topic ‘full text’ is closed to new replies.