Ok so basically I have a post and I want to directly link down to the comments field. I found that this works: http://www.mywordpressblog.com/mywordpresspost/#comment But how can I do it so that I can link down to the comment portion of the blog post without typing out the entire URL? I already tried: <a href="#comment">Comment Here</a> PHP: This works inside a post but not with this other plugin I'm using... So my main question is: Is there a way to use some sort of wordpress code that includes the URL of the site and the title of the blog post without having to do it manual? That way I can do something like: Wordpresscode/#comment Thanks in advance!!!