Shortcode Options All of these options can also be set via the settings page, however if you'd like different settings for different carousels, …
Shortcode Options
All of these options can also be set via the settings page, however if you’d like different settings for different carousels, you can override these by using shortcode options…
orderby
and order
(default menu_order
ASC
)
[slick-carousel orderby="rand"]
[slick-carousel orderby="date" orderby="DESC"]
category
(default all)
[slick-carousel category="homepage,highlights"]
id
(default all)
/wp-admin/post.php?post=109&action=edit
[slick-carousel id="109"]
Installation
The easy way:
Manual Installation
slick-carousel
folder to the /wp-content/plugins/
directoryslick-carousel
plugin through the ‘Plugins’ menu in WordPressOnce Activated
[slick-carousel]
shortcode in a Page or PostCarousel
post type, uploading a Featured Image for each. Image Link URL
admin metabox when adding a new carousel image.Frequently Asked Questions
** How do I insert the carousel? **
First of all, install and activate the plugin. Go to ‘Slick Carousel’ in the WordPress admin pages and add some images. Then, insert the carousel using the [slick-carousel]
into the body of any page.
** Can I insert the carousel into a WordPress template instead of a page? **
Absolutely – you just need to use the do_shortcode WordPress function. For example:
** Can I change the order that the images display in? **
You can specify the order that the carousel displays images by changing the setting in the Settings page, or by using the orderby
and order
shortcode attributes. The settings page has common settings, or you can use any terms described for the WP_Query orderby terms for the shortcode.
** Can I have different carousels with different images on the same site? **
Yes – create a few categories and add your specific images to a specific category. Then, when inserting the shortcode into the page, specify which category you want it to display images from using the category
shortcode attribute.
** Can I customise the way it looks / works? **
The carousel shortcode has a number of attributes that you can use to customise the output.
** Help! Nothing is showing up at all **
Slick Carousel
post type?[slick-carousel]
shortcode in your page?Try writing the shortcode using the ‘Text’ editor instead of the ‘Visual’ editor, as the visual editor can sometimes add extra unwanted markup.