After setting up various slideshows in the WP backend, the sliders can be embedded in pages, posts or the site template.
This is done via a shortcode or a WP function.
The shortcode is: [SlickSlider name="slider-slug"].
The template function is: <?php if( function_exists( 'wp_slick_slider' ) ){ wp_slick_slider( 'slider-slug' ); } ?>.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Requirements:
· WordPress 3 or higher
What's New in This Release: [ read full changelog ]
· Fixed a bug in full-width image template.