=== Featured Content Showcase ===
Contributors: aaroncampbell
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9996714
Tags: featured, featured posts, slideshow, gallery
Requires at least: 2.9
Tested up to: 2.9
Stable tag: 0.2.0
Used to create a customizable rotating slideshow highlighting certain posts or pages. Uses jQuery, which comes with WordPress (no conflicts). Requires PHP5.
== Description ==
Used to create a customizable rotating slideshow highlighting certain posts or
pages. You can choose which posts or pages are featured by simply checking a
checkbox on the write posts/page screen. The plugin uses the new post thumbnail
functionality added in WordPress 2.9.
Requires PHP5.
== Installation ==
1. Verify that you have PHP5, which is required for this plugin.
1. Upload the whole `featured-content-showcase` directory to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= How do I add this to my theme? =
if (function_exists('get_featured_content_showcase')) {
echo get_featured_content_showcase();
}
== Changelog ==
= 0.2.0 =
* You can now add your own themes by putting them in a directory called 'fcs-themes' in your theme directory
* Added 10 new options to help you better configure your showcase
* Fixed the "fade" option in the JS and made it available
= 0.1.0 =
* First version checked into WordPress.org
= 0.0.1 =
* Original Version