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

Listing Shortcode Parameters

Limit
The number of products you want to show then pagination will come. Default limit=”10″. To show all collections you can set limit=”-1″
[wpcl_clt_products limit="10"]

Pagination
Display pagination or not. Values are “true” OR “false”
[wpcl_clt_products pagination="true"]

Order
Set order of your collection. Values are “DESC” OR “ASC”.
[wpcl_clt_products 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), “post_in”
[wpcl_clt_products orderby="date"]

Pagination Previous text
Set previous product text of pagination. Default value is “←”
[wpcl_clt_products prev_text="Prev"]

Pagination Previous text
Set next product text of pagination. Default value is “→”
[wpcl_clt_products next_text="Next"]