Description
Parses RSS feeds with SimplePie.
Installation
- Upload
simple-pie-rss-reader
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
[parse_feed ]
short_code inside your templates/post/page
FAQ
- What parameters does the short_code accept?
-
An answer to that question.
- What about foo bar?
-
feed-the url of the feed
num-number of feeds to display (optional)
name-you want to display the feed as (optional)
url-you want to link the feed to (optional)[parse_feed feed="https://example.com/feed" num="8" name="Example Title" url="https://example.com/" ]
Reviews
There are no reviews for this plugin.
Contributors & Developers
“SimplePie Rss Reader” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “SimplePie Rss Reader” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1
updated description with example
updated plugin uri for example