I read the manual about it, but I have no idea where to put MTCommentEntryID
I'm assuming it has something to do with the code that show's the comments, right?
CODE
<MTComments>
<div class="comments-body">
<$MTCommentBody apply_macros="1"$>
<span class="comments-post">Posted by: <$MTCommentAuthorLink spam_protect="1" show_email="0"$> at <$MTCommentDate$></span>
</div>
</MTComments>
<div class="comments-body">
<$MTCommentBody apply_macros="1"$>
<span class="comments-post">Posted by: <$MTCommentAuthorLink spam_protect="1" show_email="0"$> at <$MTCommentDate$></span>
</div>
</MTComments>
Is what I'm using now. Do I add the MTCommentEntryID somewhere there, or somewhere else, or add it to something? (I'm using individual archives by the way, not the popup)
Also, I wish to have the links from the most recent comments (which I already have set up), to go to that comment entry, not just the individual archive.
CODE
<MTComments lastn="5" sort_order="descend">
<MTCommentEntry> <b><$MTCommentAuthorLink show_email="0"$></b>: "<MTCommentBody trim_to="50" remove_html="1" convert_breaks="0"> ..." [<a href="<MTEntryLink>" title="view the entry">go</a>]
<br /></MTCommentEntry></MTComments>
<MTCommentEntry> <b><$MTCommentAuthorLink show_email="0"$></b>: "<MTCommentBody trim_to="50" remove_html="1" convert_breaks="0"> ..." [<a href="<MTEntryLink>" title="view the entry">go</a>]
<br /></MTCommentEntry></MTComments>
That is the code I use, where would I add the anchor thingymabob?
Thanks