Tags (category)
edit_tag_link() | Displays or retrieves the edit link for a tag with formatting. |
get_tag_link() | Retrieves the link to the tag by given tag ID. |
get_tags() | Retrieve an array of tags objects. Tags can be retrieved by different criteria (see $args parameter). |
single_tag_title() | Display or retrieve page title for tag post archive. |
tag_description() | Retrieve tag description. |
tag_exists() | Checks whether a post tag with a given name exists. |
wp_generate_tag_cloud() | Generates a tag cloud (heatmap) from provided data. |
wp_tag_cloud() | Display tag cloud. The text size is set by the 'smallest' and 'largest' arguments, which will use the 'unit' argument value for the CSS text size unit. The 'format' argument can be 'flat' (default), 'list', or 'array'. The flat value for the 'format' argument will separate tags with spaces. The list value for the 'format' argument will format the tags in a UL HTML list. The array value for the 'format' argument will return in PHP array type format. |