<mt:CommentEntry>
A block tag that can be used to set the parent entry of the comment in context.
Example:
<mt:Comments lastn="4">
<$mt:CommentAuthor$> left a comment on
<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>.
</mt:Comments>
This page was last updated on 2008-04-14, 22:27.
Mihai Bocsaru
November 17, 2009 5:59 AM | Reply
If one wants to remove from the listing a comment placed to a specific entry, that could be achieved like:
<mt:Comments> <mt:CommentEntry><mt:If tag="EntryID" ne="123">
... your comment display tags here..
</mt:If></mt:CommentEntry> </mt:Comments>
or even better by using the mtSQL plugin and writing a custom SQL query ;)
In the sample above 123 is the ID of the entry whose comments we may want to not display in the "recent comments" widget.