The weblog offers two kinds of daily content, full entries with descriptions and a "plus" section of headline-only items, and presents six days on the home page. I haven't found a way using Movable Type's standard template tags to accomplish this layout.
The full entries and headline-only entries are given their own categories, Main and Plus. I can stack several days of Main entries easily with this template code:
<MTEntries category="Main" lastn="35">
<MTDateHeader>
<div class="datetext">Posted <MTEntryDate format="%A, %B %d, %Y"></div>
</MTDateHeader>
<p><a href="<MTEntryKeywords>"><b><MTEntryTitle></a></b><br>
<MTEntryBody><p>
</MTEntries>
What I can't do is present the Plus items at the end of each day. The closest I have come, on the development site, is placing them after all of the Main items.
I could handle this with Brad Choate's terrific SQL plugin on a Movable Type installation, but TypePad doesn't support user-installed plugins.
All comments are moderated before publication. These HTML tags are permitted: <p>, <b>, <i>, <a>, and <blockquote>. This site is protected by reCAPTCHA (for which the Google Privacy Policy and Terms of Service apply).