WordPress: How to Build a Tag Cloud Page
One of the new features of my theme is a tag cloud page. I like tag clouds, but not for the actual purpose of them. The tag cloud I display is really a way for me to identify whether or not I’m staying on topic or my blog’s message is changing over time.
New blogger associate Al Pasternak, asked how to build a Tag page using the Ultimate Tag Warrior Plugin.
Here’s how: After installing the plugin and modifying your options, you simply insert the following code in your Page Template where your content is displayed. You do not want to put it in place of your content… just adjacent to it.
<?php if (is_page('Tags')) { UTW_ShowWeightedTagSetAlphabetical( "coloredsizedtagcloud","",0); } ?>
Add a page called “Tags” and leave the content empty. Voila! Now the page will display your tag cloud!
Douglas Karr

Many people comment rather quickly and don’t even notice that small option. When they start getting ’spammed’ with e-mails and don’t understand why, it can get pretty annoying.
Just my two cents!
I’m getting mixed signals on the subscribe checkmark… a couple of folks emailed me and told me they wished it was preselected so that they wouldn’t forget to subscribe. I’d rather err on the side of preselecting. If someone responds to your comment, of course you would want to get notice. And it’s pretty simple to opt out.
Regards,
Doug
When writing a comment, one joins/starts a discussion. Thus I think it is natural, that one would want to be notified.
http://engtech.wordpress.com/tools/wordpress/tag_cloud_generator_for_wordpress/
You can employ more than one color with discretion.
One way to use colors in your cloud tag:
- select a main color, assign it to the biggest font;
- “blend” this color for smaller fonts.
A “coloring” example at
Tag cloud
Sounds like a fun little programming project!
I’m using Jerome’s Keywords Plugin to create tag-cloud. I recommended to use Jerome’s Keywords Plugin rather than Ultimate Tag Warrior.
I think Ultimate Tag Warrior too complicated to use. thanks anyway.