So tagging is a mystery to me, and I’m stuck. After reading the forums I’ve learned a bit, but can’t get this to work.
I have a tag cloud, works nicely:
{exp:tag:cloud weblog="imagery" groups="4" step="2" limit="25"}
<a href="{path=’imagery/tags}{websafe_tag}" title="{tag_name}" style="font-size:{step}px;">{tag}</a>
{/exp:tag:cloud}
And in a template:
{exp:tag:entries weblog="imagery" inclusive="yes" orderby="entry_date" sort="asc" limit="20"} {title}
{body}
{/exp:tag:entries}
Where I want to show the results. So when I click on a tag, it should go to that template and show the results, right?
When I mouseover the tag it shows correctly, I think...www.mysite.com/en/imagery/tags/blue
But when I click I get a blank page, and the url is this:
http://www.mysite.com/en/’imagery/tags/blue
So what have I done wrong? And how to get it fixed, or can I not do what I wanted? Any help appreciated. Thanks.
