I have a tag cloud that filters entries based on a category - I need to test for the total entries in the tag cloud and only display it if it is greater than a certain number.
Psuedo Code: If the total entries (articles tagged) in this tag cloud is greater than a certain number then display the tag cloud
here is the tag cloud code:
{exp:tag:cloud weblog="community|vacation" category="{segment_3}" groups="6" start="7" step="2" websafe_separator="-"}
<a href="{path=topic/}{websafe_tag}" title="{tag_name}" style="font-size:{step}px;">{tag} </a>
{/exp:tag:cloud}
I have looked at the variables available and can’t determine if any of them give you the total entries in the cloud.
I tried wrapping the cloud with a tag:entries tag and testing for “count” but that repeats the tags displayed multiple times..
Thanks for any help.
