• 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

Viewing 7 replies - 1 through 7 (of 7 total)
  • That’s usually known as a “Tag Cloud”. You’d need a good tagging plugin, such as Ultimate Tag Warrior.

    Thread Starter redrory

    (@redrory)

    thanks very much : les
    really appreciate it

    Thread Starter redrory

    (@redrory)

    Alright, got UWT, though that was the Tag Cloud plugin
    Looking for a Tag Cloud plugin.
    Any sugguestions?

    pati

    (@pati)

    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

    (@wordpresschina)

    Use Weighted Words:

    http://greengabbro.net/plugins/weighted-words/

    it works fine for me in WP 2.0.2

    pati

    (@pati)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Installing something: similar to : “Hot Tags”?’ is closed to new replies.