danikoo
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Simple Rss] Most views in 7 daysHi
you need to filter by the custom field the holds your post views data.
whats is name ?Forum: Plugins
In reply to: [Custom Simple Rss] Feed showing thumbnails as attachmentsHi Kim
Didn’t quite understand what do you mean by “show as attachments”.
the<description>
tag shows the post excerpt, and if the excerpt is not in use – it takes the post first paragraph as it should in WordPress.
if you wish to present the post text and images in your feed – please see the “show post content in feed” option inside plugin defaults. make sure to choose “show clean html” option for Facebook.Hope that helps
Best regards
DanyForum: Plugins
In reply to: [Custom Simple Rss] Does not work with Learndash CPTsHi
the plugin support custom post types
if your CPT is “lessons” then you should use &csrp_post_type=lessons
Maybe LearnDash uses a different/special name for its CPT, Maybe some prefix ?
by looking at your code – I do believe that the post type is actually:
“sfwd-lessons” and NOT “lessons”
Give it a tryForum: Plugins
In reply to: [Custom Simple Rss] how to get next page of rss linkSimple!
Just add the csrp_paged parameter with the number of page
along with the csrp_posts_per_page
for example
?call_custom_simple_rss=1&csrp_posts_per_page=10&csrp_paged=2Forum: Plugins
In reply to: [Custom Simple Rss] Excerpt instead of full content?Hi
I am marking this issue as resolved. Please reply if you believe the matter needs further attention.Forum: Plugins
In reply to: [Custom Simple Rss] Display ExceptsHi
I am marking this issue as resolved. Please reply if you believe the matter needs further attention.Forum: Plugins
In reply to: [Custom Simple Rss] Description field in feedHi
I am marking this issue as resolved. Please reply if you believe the matter needs further attention.Forum: Plugins
In reply to: [Custom Simple Rss] Feature request: multiply default post typeshi Aleksandr and very very sorry for the late reply
i will introduce a new version with this fix and several others
later this weekbest regards
DannyForum: Plugins
In reply to: [Custom Simple Rss] Pull from Advance Custom FIeldsHi and sorry for the late reply
you can not show a custom field (event_start_date) in the PubDate field, but you can show the custom field itself if you choose the “show post_meta in feed:” option in plugin settings.Hope this helps – and again sorry for the late reply.
Forum: Plugins
In reply to: [Custom Simple Rss] pubDate formatgood news
**2.1.1**2021-02-07 version 2.1.0
1. added – option to choose in plugin defaults screen – Post RFC Universal Date & Time
please let me know – if that fixes your issue
best regards
dannyForum: Plugins
In reply to: [Custom Simple Rss] Excerpt instead of full content?Sorry for the late response…
2021-02-04 version 2.1.0
1. added – show short content in description field (using get_the_excerpt function) where excerpt is missingPlease try it ?? and let me know
Forum: Plugins
In reply to: [Custom Simple Rss] Display Excepts2021-02-04 version 2.1.0
1. added – show short content in description field (using get_the_excerpt function) where excerpt is missing
Please try it ?? and let me know
Forum: Plugins
In reply to: [Custom Simple Rss] Description field in feed2021-02-04 version 2.1.0
1. added – show short content in description field (using get_the_excerpt function) where excerpt is missing
Please try it ??
Forum: Plugins
In reply to: [Custom Simple Rss] Description field in feedHi and sorry for the late reply (very busy days)
the description field shows the excerpt.
I will try to add the same fallback as in standard wp feed.thanks you for your patience
will keep you posted??
DannyForum: Plugins
In reply to: [Custom Simple Rss] Ok, what’s wrong with this query string?great job ! ??