Monthly headings
To get the monthly headings of my Recently quasi-blog, I modified the MT code for the Main Index template from this thread to look like this:
<MTArchiveList>
<p>
<MTEntries>
<b><$MTEntryDate format="%B %e"$>:</b> <$MTEntryBody$><br />
</MTEntries>
</p>
</MTArchiveList>
Every entry in MovableType contains no carriage returns, but the effect would be the same if "Convert line breaks" is left unchecked.
Wish I knew about the thread beforehand: it was a lot more complicated with PHP includes, trust me.
Posted by Richard at 10:20 PM
Great idea for the site! Now if I could only figure out why there's space between an entry and comments line on my blog
Posted by: Leann on April 16, 2002 07:30 PMEmail me the code of your index template (just the stuff between <MTEntries> is fine) and maybe I'll see if I can figure it out. It looks like it only happens when you have multiple entries per day.
Posted by: Richard on April 16, 2002 07:43 PMPost a comment