« Conversion Done! | Main | Stunning Number Fonts... »

Recent Comments for Movable Type 3.2

I was just going through the process of adding the "recent comments" to the side bar and was reading through the tips on Learning Movable Type. However, the examples they gave didn't seem to fit the newer templates in Movable Type 3.2 - so I took what they did and updated it slightly to the following:

<div class="module">
<h2 class="module-header">Recently Commented On</h2>
<div class="module-content">
<ul class="module-list">
<MTComments lastn="10" sort_order="descend">
<li class="module-list-item">
<$MTCommentAuthorLink show_email="0"$> on
<MTCommentEntry>
<a href="<MTEntryPermalink>#c<$MTCommentID$>"><$MTEntryTitle$></a>
</MTCommentEntry>
</MTComments>
</li>
</ul>
</div>
</div>

Anyway, that worked great an now I have my recently commented section on the right!


Comments

Thanks for the tip. What MT had on their site wasn't exactly what I was looking for. This was more helpful.

Post a comment