[listdom_lable]
This shortcode displays Listdom labels that you can enter anywhere you want. You can specify the style, grid, and whether to show icons or counts. You can also filter labels by parent ID, search keyword, or order. If you want to include the labels items within a post or page, you can use this shortcode to display them.
Shortcode Parameters
- style: Specifies the style of the label display. Valid options are “simple”, and “clean”.
- Usage:
[listdom_lable style="simple"]
- Usage:
- grid: Specifies the number of columns in the grid layout.
- Usage:
[listdom_lable grid="3"]
- Usage:
- show_count: Determines whether to display the count of items for each label. Use the value “1” to show and “0” to hide.
- Usage:
[listdom_lable show_count="1"]
or[listdom_lable show_count="0"]
- Usage:
- ids: Filters labels by their IDs separated with a comma.
- Usage:
[listdom_lable ids="1,2,3"]
- Usage:
- search: Filters labels by a search keyword. You can add part of a term name to search between the terms like search=”Hot” and it will return matching terms.
- Usage:
[listdom_lable search="keyword"]
- Usage:
- orderby: Specifies the order by which to sort labels.
- Options: “name”, “ID”, “count”. The default is “name”.
- Usage:
[listdom_lable orderby="name"]
- order: Specifies the order direction (ascending or descending).
- Options: “ASC”, “DESC”. The default is “ASC”.
- Usage:
[listdom_lable order="ASC"]
or[listdom_lable order="DESC"]
- limit: Limits the number of labels displayed. The default is 8.
- Usage:
[listdom_lable limit="10"]
- Usage:
- hide_empty: Determines whether to hide empty labels. Use the value “1” to hide and “0” to show.
- Usage:
[listdom_lable hide_empty="1"]
or[listdom_lable hide_empty="0"]
- Usage:
Examples
[listdom_label grid=”4″ show_count=”true” orderby=”count” limit=”8″] 👇
[listdom_label style=”simple” grid=”3″ show_count=”true” orderby=”id” hide_empty=”1″] 👇