A tag cloud is a set of related tags of your blog with corresponding weights. Wight is counted on basis of tag number. The weights are represented using font sizes, color, text type like bold, italic etc. It displays a list of tags used in the blog/ site, where the size of each tag is determined by how many times that particular tag has been assigned to posts.
How To Inser “Tag Cloud” In wordpress:
The code used to display Tag Clod in a wordpress blog is:
<?php wp_tag_cloud(''); ?>
Tag Cloud is generally added in sidebar. You can add it in sidebar or in footer or anywhere you wish.
You can leave a response below, or trackback from your own site.





0 ResponsesLeave a comment ?