• I see the tagging, I like it. But, what about a tag cloud. Are we going to have one? Or it will be up to the community?

Viewing 3 replies - 1 through 3 (of 3 total)
  • there is a plug in for this.

    Digging around I found I could get a cloud using:
    <?php echo (wp_tag_cloud()); ?>
    Settings can be found in category-template.php

    I also got the tags for a post into my sidebar (where I include post meta) using:
    <?php echo (get_the_tag_list('Tagged as: ',', ','.')); ?>

    The plugin is heading out of date. tags are now in core.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tag Cloud’ is closed to new replies.