January 12, 2005

Customizing Recent Entry/Comments Lists

To show the most recent entries (or most recently modified) and/or recently commented upon entries, use this code on the index.html template:


<div class="sidetitle">Recent Entries</div>
<div class="side">
<MTEntries sort_by="modified_on" sort_order="descend" lastn="10">
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</MTEntries>
</div>
<div class="sidetitle">Recently Commented On</div>
<div class="side">
<MTEntries recently_commented_on="5">
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</MTEntries>
</div>

Posted by bgi at January 12, 2005 02:06 PM | Email This Entry
Comments
Post a comment









Remember personal info?






Email this entry to:

Your email address:

Message (optional):