Tag Cloud Shortcode

Display a list of all of the registered tags...

Shortcode:

[tagcloud]

Attributes:

smallest
The smallest size (integer) for the tag cloud item. e.g. 8.

largest
The smallest size (integer) for the tag cloud item . e.g. 14.

Examples:

The following will display a tag cloud...

[tagcloud]

The following will display a tag cloud with varying sizes...

[tagcloud smallest="8" largest=14]

Note that some themes may be configured to have tag clouds all the same size so for best results you may just want to use [tagcloud] without giving any attributes so that the default values are used.

Back to Shortcodes »