This shortcode lists the site’s groups.
The following optional attributes can be used:
format
: Determines the format of the HTML output produced for the list of groups.
The available options are:"list"
,"div"
,"ul"
or"ol"
, where"list"
and"ul"
are equivalent.
The default is"list"
.list_class
: CSS class applied to the list.item_class
: CSS class applied to each list item.order_by
: Use to set whether the list of groups is ordered by"name"
(default) or by"group_id"
.order
: This determines whether the list of groups is in ascending or descending order.
Allowed values are"asc"
and"desc"
.
The default is ascending order.