=== Plugin Name ===
Contributors: titusbicknell
Donate link: http://www.titusbicknell.com/wordpress/rss-in-page
Tags: pages, posts, rss
Requires at least: 2.5
Tested up to: 3.0
Stable tag: trunk
== Description ==
Short code [rssinpage rssfeed='feedURL'] generates a list of RSS feed items with date, title, link and description; optional attributes: rssitems='number' sets the number of items to return, default is 5; rssorder='asc' returns items from oldest to newest, default is 'desc' which returns items from newest to oldest.
== Installation ==
1. Download RSSinpage.zip
1. Upload and activate **RSS in Page** through the Plugins menu in **WordPress**
1. insert short code [rssinpage rssfeed='feedURL'] into your page or post and replace feedURL with a valid RSS feed for the content you wish to include
or
1. Download RSSinpage.zip
1. Unzip RSSinpage.zip and upload to the /wp-content/plugins/ directory
1. Activate **RSS in Page** through the Plugins menu in **WordPress**
1. insert short code [rssinpage rssfeed='feedURL'] into your page or post and replace feedURL with a valid RSS feed for the content you wish to include
== Change Log ==
1.0:
* added optional attributes:
* rssitems='number' sets the number of items to return, default is 5;
* rssorder='asc' returns items from oldest to newest, default is 'desc' which returns items from newest to oldest.
* added condition to verify requested items does not exceed available items