Hello!
Probably a dumb question but you never know…
Problem is that I want to link from my main page to a specific #div within the blog-posts (comment pages).
The code I have looks like this:
<a href="http://{url_title_path=">Read/view comments</a>...and normally you would write (like in “back to top” links):
<a href="http://whatever.htm#comments">Read/view comments</a>...but I just can’t see how to do this (tried several different ways but nothing seems to work).
/Tomas