linking to the entry before the oldest one
On the veiled4allah index (and that of the other categories), when you get down to the bottom of the display of blog entries, you'll see a link to the entry immediately previous to the oldest entry on the page.
On an ordinary blog, you could use the <MTEntriesFooter> container as is described in the manual. However, I wanted to limit it to the previous entry in the specific category (part of my strategy to treat the three categories like independent blogs).
Instead I use a second MTEntries container with an offset. This is the code:
<div class="blogpost">
<span style="text-align: center; padding: 5px; border: 1px solid black">
Previously: <MTEntries category="category name" lastn="1" offset="15"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></MTEntries>
</span>
</div>
Subscribe to this blog's feed