Not a developer? Go to MovableType.com

Documentation

IfCommentParent

A conditional tag that is true when the comment currently in context is a reply to another comment.

Example:

    <mt:IfCommentParent>
        (a reply)
    </mt:IfCommentParent>
Back