Adding a tag cloud to your blog template
If you're a frequent blogger and would like to create a tag cloud of the popular tags of the blogs you create, you can edit your template and add this piece of code to your side bar (for Roller). This is what I did today and you can see the tag cloud in the side bar.
Learn something new today!
#set($mytags = $model.weblog.getPopularTags(-1, 100)) #foreach ($tag in $mytags) #if ($tag.count > 2) $tag.name #end #end
Posted at 03:48PM May 29, 2007 by Manveen Kaur in Web 2.0 | Comments[3]
Posted by Barb M on May 29, 2007 at 07:19 PM PDT #
Posted by Rich Sharples on May 29, 2007 at 09:09 PM PDT #
Posted by Manveen on May 30, 2007 at 02:16 PM PDT #