>
Download This Plugin | |
Download Elegant Themes | |
Name | WP-SlidesJS |
Version | 0.4.1 |
Author | Peter Molnar |
Rating | 0 |
Last updated | 2012-01-22 08:34:00 |
Downloads |
4250
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP-SlidesJS plugin added 19 kB of resources to the Home page and 18 kB of resources to the sample Post page.
WP-SlidesJS plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP-SlidesJS plugin ads no tables to your Wordpress blog database.WP-SlidesJS adds wp-slidesjs
shortcut function to WordPress in order to create Slides JS slideshow from posts of a category.
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 show
and (optional)
limit
: limit the number of the posts to showExample 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.