I need webside to work in a way that when you click on a tag in the tag cloud in navigation (I’m using tagger plugin) it shows you list of entries that have this tag, but if you open an entry, next/previous links should give you next and previous entry inside of the tag you’ve just choosed.
I was thinking about adding current tag to the link of entry, so it looks like
<a href="http://{page_uri}{segment_2}" title="{title}">{title}</h3></a>But first, I’m not sure how to make Structure plugin to ignore the tag part in the url and just render “single entry” template, and also I’m not sure if it’s correct to have more than one url for the same entry, in the meaning of SEO.
Thanks.