Movable Type Documentation > Appendices > Appendix: Template Tags

CommentRepliesRecurse

Type: function

Recursively call the block with the replies to the comment in context. This tag, when placed at the end of loop controlled by MTCommentReplies tag will cause them to recursively descend into any replies to comments that exist during the loop.

Example

<mt:Comments>
  <mt:CommentBody />
  <mt:CommentReplies>
    <mt:CommentsHeader><ul></MTCommentsHeader>
    <li><mt:CommentID />
    <mt:CommentRepliesRecurse />
    </li>
    <mt:CommentsFooter></ul></mt:CommentsFooter>
  </mt:CommentReplies>
</mt:Comments>
This page was last updated on 2007-09-27, 00:40.  

Submit a User Contributed Note

User contributed notes are a great way to share the knowledge you have gained in using Movable Type.

If you have a technical question or problem, please visit Movable Type Support.

(If you haven't left a note here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)