Not a developer? Go to MovableType.com

Documentation

CommentReplies

A block tag which iterates over a list of reply comments to the in context.

Example:

    <mt:Comment>
      <mt:CommentReplies>
        <mt:CommentsHeader>Replies to the comment:</mt:CommentsHeader>
        <$mt:CommentBody$>
      </mt:CommentReplies>
    </mt:Comment>
Back