1. Home
  2. Docs
  3. Woo Product Collections
  4. Shortcodes
  5. Slider Shortcode Parameters

Slider Shortcode Parameters

Limit
The number of collections you want to show. Default limit=”10″. To show all collections you can set limit=”-1″
[wpcl_collection_slider limit="10"]

Display Specific Collection
Display specific collection which you want to display. You can pass multiple ids with comma seperated.
[wpcl_collection_slider id="1,2"]

Collection Design (Layout)
Choose the design layout for the collection. You can choose layout-1 to layout-8
[wpcl_collection_slider layout="layout-1"]

Display Collection Category Wise
You can display collection category wise. Pass the category id for which you want to display the collection. You can pass multiple category ids with comma seperated.
You can copy the category shortcode from the collection category page. [wpcl_collection_slider category="1,2"]

Display Child Category Collection
If you are displaying the parent category collection then you can controll child category collection. Values are “true” OR “false”
[wpcl_collection_slider include_cat_child="true"]

Exclude Specific Category
Exclude specific category for which you do not want to display collection. You can pass multiple ids with comma seperated. [wpcl_collection_slider exclude_cat="5,10"]

Exclude Specific Collection
Exclude specific collection. You can pass multiple ids with comma seperated.
[wpcl_collection_slider exclude_post="1,2"]

Order
Set order of your collection. Values are “DESC” OR “ASC”.
[wpcl_collection_slider order="DESC"]

Order By
Set sort order of your collection. Values are “date” (Published Date), “modified” (Updated Date), “title” (Title), “menu_order” (Sort Order), “ID”, “rand” (Random)
[wpcl_collection_slider orderby="date"]

Link Behaviour
Controls the link behaviour of collection wheather to open in a new page or in a same page. Values are “self” OR “new_tab”.
[wpcl_collection_slider link_behaviour="self"]

Collection Title
Display the collection title. Values are “true” OR “false”
[wpcl_collection_slider show_title="true"]

Collection Description
Display the collection description. Values are “true” OR “false”
[wpcl_collection_slider show_desc="true"]

Description Word Limit
Display the number of words for collection.
Note: If you had written “Excerpts” for collection then it will be displayed else post description will be displayed.
[wpcl_collection_slider content_word_limit="20"]

Text Tail (Continue Reading)
You can enter continue reading text. e.g Three dots as a continue reading.
[wpcl_collection_slider text_tail="..."]

Collection Height
Controls the collection height as you want.
[wpcl_collection_slider height="400"]

Product Count Label
Controls the product count text. Where %total% will be replaced with the number of products.
[wpcl_collection_slider product_count_label="%total% Products"]

Slider Column
Controls the number of columns for collection.
[wpcl_collection_slider slides_to_show="2"]

Slider Scroll
Number of slides slide at a time.
[wpcl_collection_slider slides_to_scroll="1"]

Contineous Slider (Looping)
Run slider contineously. Values are “true” OR “false”
[wpcl_collection_slider infinite="true"]

Slider Pagination Dots
Display slider pagination dots or not. Values are “true” OR “false”
[wpcl_collection_slider dots="true"]

Slider Arrows
Display slider arrows. Values are “true” OR “false”
[wpcl_collection_slider arrows="true"]

Autoplay
Run the slider automatically. Values are “true” OR “false”
[wpcl_collection_slider autoplay="true"]

Speed
Control speed of slider.
[wpcl_collection_slider speed="800"]

Autoplay Speed
Speed between two slides.
[wpcl_collection_slider autoplay_speed="3000"]