﻿=== Jay RSS Show ===
Contributors: jayleecn
Tags: jayleecn,rss,feed
Requires at least: 2.0
Tested up to: 2.7.1
Stable tag: 1.2

List a number of recent posts from the RSS you choose.

== Description ==

List a number of recent posts from the RSS you choose. 
Get <a href="http://www.jaylee.cn/wordpress-plugins/" target="_blank">more useful WordPress plugins</a> from <a href="http://www.jaylee.cn/" target="_blank">jayleecn</a>.

== Installation ==

1. Upload `jay_rss_show.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place `<?php jay_rss_show ($url, $num, $length); ?>` in your templates
	$url stands for the RSS you want to show;
	$num stands for the number of articles you want to show;
	$length stands for the length of article tile you want to show.
	
Default: $url='http://feed.jaylee.cn', $num=5, $length=23

== Contact ==
If you meet any problem when using this plugin, please feel freely to contact with me: jayleecn@gmail.com.
