=== WP-SlidesJS === Contributors: cadeyrn Tags: jQuery, slides, slide Requires at least: 2.7 Tested up to: 3.3 Stable tag: 0.1 License: Apache License, Version 2.0 Adds a shortcut function to WordPress to create Slides JS slideshow from posts of a category. == Description == WP-SlidesJS adds `wp-slidesjs` shortcut function to WordPress in order to create [Slides JS](http://slidesjs.com/ "Slides JS") slideshow from posts of a category. = Usage = Place `[wp-slidesjs]` shortcode into anywhere in the post or a page. You can use the following to specify the category you'd like to make the slides of: * `category_id`: ID of the category to show or * `category_slug`: slug of the category to show * `limit`: limit the number of the posts to show Example: `[wp-slidesjs category_id=12 limit=6]` This will create the slider from the last 6 posts of category #12. The number of sliders per page is unlimited. == Installation == 1. Upload contents of `wp-slidesjs.zip` to the `/wp-content/plugins/` directory 2. Activate the plugin through the `Plugins` menu in WordPress 3. Fine tune the settings in `Settings` -> `wp-slidesjs` menu in WordPress == Frequently Asked Questions == == Screenshots == 1. With default CSS enabled == Changelog == = 0.1 = 2011.12.27 * initial release