Xata33 Tag

The main goal we wanted to achieve by writing this plugin was delicate tags appearance tweaking

Author:xata33 team (profile at wordpress.org)
WordPress version required:2.1.3
WordPress version tested:2.1.3
Plugin version:0.2
Added to WordPress repository:27-02-2008
Last updated:27-02-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:1 055
plugin download
Click to start download

The main goal we wanted to achieve by writing this plugin was delicate tags appearance tweaking. Now plugin supports tag color and size tweaking, pretty urls, automatic and manual tags and tag cloud output, tag preview and tagged posts count. Such features as tag aliases and search by tag are planned to be implemented in next release.

We are glad to introduce this plugin to the community. If you think that it is necessary and there is need in developing it further, we will do it.

Bug reports and feature requests are welcome.

Example

There are 100 posts with tags as your site.
There are four tags defined: tag1, tag2, tag3, tag4.
Tag1 has 10 posts, tag2 has 40 posts, tag3 has 20 posts, tag4 has 70 posts (post can have more than one tag).
There are 3 colors (color1, color2, color3) and 2 sizes defined (10px, 30px).
So there are 3 color categories and 2 size categories.
If a tag has less than 33% of tagged posts, it gets into 1st color category.
If it has more than 33% and less than 66% of tagged posts, in gets into 2nd color category.
If it has more than 66% of tagged posts, it gets into 3rd color category.
The same thing with colors.
So:
tag1 – 10 posts (10%); color:color1; size:10px;
tag2 – 40 posts (40%); color:color2; size:10px;
tag3 – 20 posts (20%); color:color1; size:10px;
tag4 – 70 posts (70%); color:color3; size:30px;