« Natural fireworks fill the sky | Main | “Hi, we're the Pixies. We're a rock band.” »

Recent comments in Movable Type

I couldn't seem to find this in the Movable Type manual, but here's the code that produces a Recent Comments list in the blog sidebar:

<div class="module"> <h2 class="module-header">Recent Comments</h2> <div class="module-content"> <ul class="module-list"> <MTComments lastn="6" sort_order="descend"> <MTCommentEntry> <li> <a href="<MTEntryPermalink>#c<$MTCommentID pad="1"$>"><$MTCommentAuthor$></a> said &ldquo;<$MTCommentBody remove_html="1" trim_to="100"$>&hellip;&rdquo; </li> </MTCommentEntry> </MTComments> </ul> </div> </div>

Post a comment