A problem I didn't even know was a problem until yesterday:
My weblog launched on November 7, so it's just entered its second month of existence. It's been quite an almost-month. I've posted many, many entries and made many, many changes.
One of these changes was to the monthly archive format. I wasn't happy with any of the default possibilities, so I created my own, which I called the "Calendar Based Archive." It's a listing of the titles of all the month's posts, with links to the individual-entry pages. You can see what's supposed to be November's version here:
http://pedestrian.americancultist.com/archives/2002_11.html
Look closely and you can see the problem. The date header says "NOVEMBER 2002," but my December posts are listed up top. Likewise, my nascent December archive also has everything I've ever posted, November and December.
Here's the code I used to create the entry list:
<MTArchiveList>
<MTEntries>
<div class="blogbody">
<a href="<$MTArchiveLink archive_type="Individual"$>"><$MTEntryTitle$></a> / <$MTEntryDate format="%A, %B %e"$>
</div>
</MTEntries>
</MTArchiveList>
I've been looking for ways to fix the problem. I was sure adding archive_type="Monthly" to the MTArchiveList tag would do the trick, but alas, it didn't.
I am at a loss. I must have functioning monthly archives, especially now that I've posted in more than one month! Can you help a brother out?