I have been using the following to generate a list of monthly archives however the tag mt:archivelink points to the index page not the monthly archive page.
<mt:IfArchiveTypeEnabled archive_type="Monthly"> <mt:ArchiveList archive_type="Monthly"> <mt:ArchiveListHeader> <h4>Monthly</h4> <ul class="menu"> </mt:ArchiveListHeader> <li><a href="<mt:ArchiveLink>"><mt:ArchiveTitle> (<mt:ArchiveCount>)</a></li> <mt:ArchiveListFooter> </ul> </mt:ArchiveListFooter> </mt:ArchiveList> </mt:IfArchiveTypeEnabled>
My archive type is set to Entry. I cannot see why this is not producing the correct link. Any ideas?
Reported on Movable Type 4.2

My old code for that uses <mt:ArchiveLink archive_type="Monthly> in that context.
Note that I copied that in error without the final quotes on "Monthly." You'd put them in, of course.
Thanks. I tried that with no luck. I don't see anything wrong with the tags and when publishing the monthly archives are being created.