i have a tag cloud:
{exp:tag:cloud weblog="default_site" websafe_separator="_"}
<li><a href="{path=tagresults/tag}{websafe_tag}" title="{tag_name}">{tag}</a></li>
{/exp:tag:cloud}
which links to my template ‘tagresults’. however ‘tagresults’ is not displaying the tag entries using:
{exp:tag:entries weblog="default_site" inclusive="yes"}
<h1>{title}</h1>
{/exp:tag:entries}
any ideas for this newbie? i also noticed that exp:tag:entries worked when i hard-coded tag=“some tag” but i thought it would do this automatically from clicking on a link in the tag cloud.
thanks in advance.
