Hi, I am currently trying to get tags to work properly in blog posts with the Article Resource.
Currently, the blog is located at url.com/blog.
When clicking on the tag link in the article, the tag link goes to
url.com/blog/2015/03/20/post-name/blog/tags/gantt instead of the proper url of url.com/blog/tags/gantt
Snippet for the tag link:
<p class="post-info">Posted on [[*publishedon:strtotime:date=`%b %d, %Y`]] in [[+article_tags]]</p>
Any help would be welcome.
Thanks!
Side note:
I have the same issue when clicking on the blog link itself, it redirects to url.com/blog/2015/03/20/post-name/blog/2015/03/20/post-name when clicked from the post.
Edit:
Blog link issue fixed by using &scheme=`full`, tag link issue not fixed by using &scheme=`full`
Edit #2: Arghh, forgetting <base href="[[++site_url]]" /> in the head will do these things to your template.
Whoops, all working now
[ed. note: startledphoenix last edited this post 11 years, 6 months ago.]