This plugin uses the fetch_feed function to display external RSS Feeds on your WordPress Blog / Site!
This plugin supports paging of the feed !
Features:
- Display external feeds in your posts or pages by using shortcode
- Set the URL of the feed by using the `feed` parameter
- Configure the number of items per page by using the `pagesize` parameter
- Configure the number of pages in the paging footer by using the `pagenum` parameter
- Configure the number of total items of the feed by using the `showall` parameter (set to `no`)
- Style the output by using CSS
== Installation ==
- Upload the `fetch-feed-shortcode-pageable` directory to the `/wp-content/plugins/` directory
- Activate the plugin through the `Plugins` menu in WordPress
- Add shortcodes in your posts or pages
e.g.:
[FetchFeedPageable feed="http://www.rottentomatoes.com/syndication/rss/in_theaters.xml" excerpt="true" pagesize=10 pagenum=5]
== Frequently Asked Questions ==
= How do I include an external RSS Feed to my post or page? =
Use shortcode:
e.g.:
[FetchFeedPageable feed="http://www.rottentomatoes.com/syndication/rss/in_theaters.xml" excerpt="true" pagesize=10 pagenum=5]
= Can I set number of items per page? =
Yes! just set the `pagesize` parameter of the shortcode
e.g.:
[FetchFeedPageable feed="http://www.rottentomatoes.com/syndication/rss/in_theaters.xml" excerpt="true" pagesize=10 pagenum=5]
= Can I set number of pages displayed in the paging footer? =
Yes! just set the `pagenum` parameter of the shortcode
e.g.:
[FetchFeedPageable feed="http://www.rottentomatoes.com/syndication/rss/in_theaters.xml" excerpt="true" pagesize=10 pagenum=5]
= Can I limit the total feed items? =
Yes! set the `showall` parameter to `no` and the `num` parameter to a desired number
e.g.:
[FetchFeedPageable feed="http://www.rottentomatoes.com/syndication/rss/in_theaters.xml" excerpt="true" pagesize=5 num=5 showall=no ]
= Can I style the output with CSS? =
Yes! just have a look at the included css file:
`fetch-feed-shortcode-pageable/css/style.css`
http://wordpress.org/extend/plugins/fetch-feed-shortcode-pageable