I am having such trouble with my DateHeaders Plugin - this thread is the closest to an answer that I've come, so I thought I'd bump it up to ask for help (rather than start a new one).
I want to sort my individual archives by year/month, without actually enabling monthly archives. Like this:
QUOTE
June 2003
-title
-title
-title
May 2003
-title
-title
-title
The closest I'm getting is this:
QUOTE
January 2003
» myopia
January 2003
» Snow!
December 2002
» soap.
December 2002
» wasp woman's revenge
November 2002
» BtVS - Never Leave Me
November 2002
» Timber!
Where each entry is prefixed by its date, rather than a group of entries per date. My code looks like this:
CODE
<MTArchiveList><MTMonthHeader>
<MTArchiveDate format="%B %Y"><br />
</MTMonthHeader><MTDateHeader>
» <a href="<$MTArchiveLink$>">
<$MTArchiveTitle$></a><br />
</MTDateHeader></MTEntries><br />
</MTArchiveList>
And I just cannot find enough documentation on this plugin to make sense of it. It's a bit frustrating, 'cause I've gotten other things sorted

Any suggestions would be *seriously* appreciated!
Brooke