You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
Hi, I want to limit the RSS result to be only 3 feeds to follow my web template.
I already set on vendor/awjudd/feed-reader/src/FeedReader.php as $sp->set_item_limit(3); following http://simplepie.org/wiki/reference/simplepie/set_item_limit?s[]=limit
Can you suggest better way to do this?
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I want to limit the RSS result to be only 3 feeds to follow my web template.
I already set on vendor/awjudd/feed-reader/src/FeedReader.php as $sp->set_item_limit(3); following http://simplepie.org/wiki/reference/simplepie/set_item_limit?s[]=limit
Can you suggest better way to do this?
Thanks.
The text was updated successfully, but these errors were encountered: