The Master Archive Index lists all entries in a list and it looks horrible. I've designed mine so that it lists the Categories, with links to all the titles in the category. If you're interested in the code, this is how I did it.
Replace the following code:
<p><MTArchiveList><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a><br />
</MTArchiveList></p>
with this code:
<p><ul><MTArchiveList archive_type="Category"><a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a> <br />
<ul>
<MTEntries>
<li><a href="<MTEntryPermalink archive_type="Individual">" title="<MTEntryExcerpt>"><MTEntryTitle></a></li>
</MTEntries>
</ul>
</MTArchiveList>
</ul></p>
Click on the Archives tab above to view the output.

Leave a comment