Primary

[groups_forums_tags]

Renders a list of topic tags.

The shortcode supports the following attributes:

  • smallest: text size for the smallest tag, "8" by default
  • largest: text size for the biggest tag, "22" by default
  • unit: CSS text size unit, for example "pt" (default), "px" or "em"
  • number: how many tags to display, defaults to "45"
  • format: "flat" (default) or "list", the latter will render the tags as an HTML list
  • separator: tag separator, defaults to the newline character
  • orderby: "name" (default) or "count" to order tags by name or frequency of occurrence
  • order: "ASC" or "DESC" to sort tags by ascending or descending order
  • exclude: Term IDs to exclude, default: ”
  • include: Term IDs to include, ”
  • link: Link to term, default: ‘view’

See http://codex.wordpress.org/Function_Reference/wp_tag_cloud for details on the supported attributes.