Adds a shortcut function to WordPress to create Slides JS slideshow from posts of a category.
| Author: | Peter Molnar (profile at wordpress.org) |
| WordPress version required: | 2.7 |
| WordPress version tested: | 3.3.2 |
| Plugin version: | 0.4.1 |
| Added to WordPress repository: | 27-12-2011 |
| Last updated: | 22-01-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://petermolnar.eu/wordpress/wp-slidesjs |
| Total downloads: | 5 310 |
| Active installs: | 20+ |
![]() Click to start download |
|
WP-SlidesJS adds wp-slidesjs shortcut function to WordPress in order to create 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 posts to show:
category_id: ID of the category to show posts from orcategory_slug: slug of the category to show posts from orpage_id: id of the page to show orpost_id: id of the post to showand (optional)
limit: limit the number of the posts to show
Example 1:
[wp-slidesjs category_id=12 limit=6]
This will create the slider from the last 6 posts of category #12. You'll going to have 6 slides this way.
Example 2:
[wp-slidesjs page_id=3,211,1389,1121 ]
This will create the slider from pages #3, #211, #1389 and #1121. You'll going to have 4 slides this way.
The number of sliders per page is unlimited.
