Description
Adds a simple to use [rss] shortcode with a couple of options:
- feed, to put in the feed URL
- num, to specify the number of items to show, defaults to 5
- excerpt (true|false), whether to show an excerpt or not, defaults to true
- target (defaults to none), to make links open in a new page (might break your html validity if under a strict doctype)
Example use:
[rss feed=”http://yoast.com/feed/” num=”10″ excerpt=”false”]
Or:
[rss feed=”http://yoast.com/feed/” num=”5″ excerpt=”true” target=”_blank”]
- Find out more about the RSS Shortcode plugin
- Check out the other WordPress plugins by the author
Screenshots
Installation
- Upload the
rss-shortcode
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Use the shortcode in your posts and pages.
Reviews
Contributors & Developers
“RSS Shortcode” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “RSS Shortcode” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2
- Added the option to specify a link target in the shortcode.
0.1
- Initial release.