Need a bit of help. I'd like to add a section to my sidebar that shows a listing of (say) the 10 most recent posts with a link to each. I know there's an easy way to do this but can't seem to find it...
Posted by Simon at March 1, 2005 05:08 AMSomething like this should do the trick:
<ul>
<MTEntries lastn="10">
<li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>