The following options appear in the editor side panel after you selected a block.
Restrict the tags only to these taxonomies (“tag types”). Available are only taxonomies that have been activated in the Tag Groups Settings.
Font-size in pt of the smallest tags.
Font-size in pt of the largest tags.
Maximum amount of tags in one cloud (per group). Pull the slider to zero to show an unlimited number.
Which field to use for sorting the tags.
Note on using “Natural Sorting”: Since WordPress doesn’t natively offer natural sort order, we have to first order them by name and then by natural sort order. If you limit the number of tags, the amount of tags is therefore determined by cutting off with “name” sorting and then sorting them with “natural”.
A custom sort order is available with a 3rd-party plugin.
Whether to sort the tags in ascending or descending order. Ascending order also means from oldest to newest.
Whether to hide or show tags that are not used by any post.
Set a minimum count of published posts that use a tag for this tag to appear. Posts are counted across all groups.
A separator between the tags.
Disable if you want to set a fixed size.
The size of the separator, if not automatically adjusted to the size of the following tag.
Prepend to each tag label. Can obtain the placeholder {count} that will be replaced with the post count for that tag.
Append to each tag label. Can obtain the placeholder {count} that will be replaced with the post count for that tag.
Whether to show the number of posts as tooltip (behind the tag description) when hovering the mouse over the tag.
Custom title shown as tooltip. No HTML, but you can use {count} and {description} as placeholders.
Set the “target” attribute for the links of the tags. Possible values are:
- _blank: open in a new tab/window
- _self: open in the same frame
- _parent: open in the parent frame
- _top: open in the full tab/window of this frame
In the shortcode you can also set the name of a frame.
Append something to each tag’s link, for example a query.
When you use the premium plugin, additional query parameters in the links make sure that we can distinguish between the same tag that is used in different groups. If the resulting posts are not complete and troubleshooting doesn’t help, you can disable it here.
Display only tags that are assigned to the post (or page) with a specified ID. If you need this option, you mostly want to “use this post”. The menu offers also some recent posts by title.
By default the panels are only revealed after they are fully rendered. That way your visitors don’t see the raw structure with all tags listed below each other before the software is able to kick in. If you use this feature in an unusual position or experience issues, you can disable it here.
Whether to show the panels. This option is useful if you want to show only one group.
Whether to hide panels without tags.
Whether panels can be selected by hovering over with the mouse pointer (without clicking).
Whether tabs are collapsible (toggle open/close).
Whether panels are initially expanded or collapsed. Useful when you make tabs collapsible.
(from version 1.31.0) Select a group that should be open when the tabs load.
The height of the panels can be adjusted to the content or the parent element.
Tag groups that will be considered in the tag cloud.
The name used in the tab of not-assigned tags.
Display only groups of which at least one assigned tag is also assigned to the selectd post (or page). Matching groups will be added to the list specified by Include groups.
You can set here IDs and classes to be referred to in CSS. You need some knowledge of CSS to use these options.
Define an ID for the enclosing <div>.
- If you display more than one tag cloud on the same page, each shortcode needs a different value. The safest solution is to leave it empty so that div_id automatically receives a random value.
- Avoid words that are used by WordPress such as “content” or “main”. Each ID must be unique for the entire page.
Define a class for the enclosing <div>. Here you can apply some themes.
Define a class for the <h3> that contains the headers.
Define a class for the inner <div> that contains the tags.