Trying to figure out how to show a tag cloud on a home page that displays
aggregated blog entries from a planet group.
<h1>Tag cloud</h1>
#set($mytags = $site.getPopularTags(-1, 30))
#foreach ($tag in $mytags)
$url.tag($tag.name) $tag.name
#end
The existing code no longer is valid because I do not want to use the site
wide data, instead I would like to fetch the tags only from a custom group
set up in planet, is it possible?
--
View this message in context:
http://www.nabble.com/How-to-display-a-Tagcloud-using-Planet-group-data-tp18979910s12275p18979910.html
Sent from the Roller - User mailing list archive at Nabble.com.