Tag Cloud

View: New views
1 Messages — Rating Filter:   Alert me  

Tag Cloud

by Crick Opinion :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Gurus,

I have been trying to add tag clouds to my site at http://www.CrickOpinion.com. I have copied the code from Template guide as below
            #set($mytags = $model.weblog.getPopularTags(-1, 30))
            <ul>
               #foreach($tag in $mytags)
                   <li><a class="tags ${tag.intensity}" href="$url.tag($tag.name)" title="$tag.count"> $tag.name </a>
               #end
               <br>
            </ul>

But it still doesn't generate the cloud. Any suggestions on hot achieve it.

Thanx,
-Cricko