When clicking on a tag ("efficiency" in the example) in my tag cloud, I’m getting this string following my site address: /index.php/’tags/tag’/efficiency
The code I’m using to create the tag cloud looks like this:
{exp:tag:cloud groups="10" step="1" limit="40"}
<p><a href="{path=’tags/tag’}{websafe_tag}" title="{tag_name}" style="font-size:{step}px;">{tag}</a></p>
{/exp:tag:cloud}
I have created a template group “tags” and a template “tag” within that group. Please help me understand how to get rid of these strange characters.
Thanks,
Sean
