On Thu, Aug 14, 2008 at 7:38 AM, richiebaby <[EMAIL PROTECTED]> wrote:
>
> 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?

That is a limitation of planet aggregator, it does not provide any tag
or category statistics.

- Dave

Reply via email to