I guessing this is probably incredibly simple to do, but after searching the archives of this board, the web, and the user manual for MT for two days, I just can't find the answer.
I want to have an index page for each of my monthly archives that shows a list of the entries for that month. So far I can only get it to do a list of all the entries I have ever posted.... This is the code I am using to get the list:
CODE
<MTArchiveList archive_type="Monthly">
<MTEntries>
<$MTEntryDate format="%d.%m.%y"$> - <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</MTEntries>
</MTArchiveList>
<MTEntries>
<$MTEntryDate format="%d.%m.%y"$> - <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</MTEntries>
</MTArchiveList>
Can anyone help?
Thanks,
Hazel