Yes, I'm using MT tags in my template. But how does one hard code the link? Wait, let me look at the code on my latest page to see how MT translated the MT tags...
Ok, here's what it did when MT translated my template comment link to html on the entry page:
CODE
<a href="#" onClick="OpenComments(45)" class="comments2">Comments</a>
Ok, is it fair to say that I can hard code a link directly into the story to my comments if I use the above code?
I'm assuming the "(45)" in the above code refers to the number MT attaches to each entry so I would just change that number to the one MT puts on my new story. Right?