redrory
Member
Posted 6 years ago #
Hey guys, good day to all
I have not sure what exactly is it called, the features where tags are added, and the most popular ones, Increase in size etc.
Like wordpress.org " Hot Tags"
How do i implement that feature on my blog/site?
thanks
-Rory
That's usually known as a "Tag Cloud". You'd need a good tagging plugin, such as Ultimate Tag Warrior.
redrory
Member
Posted 6 years ago #
thanks very much : les
really appreciate it
redrory
Member
Posted 6 years ago #
Alright, got UWT, though that was the Tag Cloud plugin
Looking for a Tag Cloud plugin.
Any sugguestions?
http://www.zoomcloud.com
quite easy to use - but the tags link to zoomcloud.com. the posts connected with the tags won't look like the posts on your own site.
WPChina
Member
Posted 6 years ago #
Use Weighted Words:
http://greengabbro.net/plugins/weighted-words/
it works fine for me in WP 2.0.2
i can also recommend: Jerome’s Keyword-Plugin.
For getting a cloud use the following code:
<ul class="cloud">
<?php all_keywords(’<li><a href="/tag/%keylink%" style="font-size: %count%px" >%keyword%</a></li>’, ‘’, 10, 30); ?>
</ul>
With the class cloud you can format your cloud via stylesheet.
hmmm... i've been looking for something similar also. just wondering if theres a thing like this that makes a cloud (with different size texts) for categories (instead of a new "tag" field).
thanks!
~~~edit: nm. found one. sorry about that.