Your default Main Index (Index.html) contains the the following
CODE
<div class="side">
<MTArchiveList archive_type="Monthly">
<a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a><br />
</MTArchiveList>
</div>
To display the category, you would change this
CODE
<MTArchiveList archive_type="Category"
so it would look like this
CODE
<div class="side">
<MTArchiveList archive_type="Category">
<a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a><br />
</MTArchiveList>
</div>
Or you can add it and do both Monthly and Category like this
CODE
<U><b>BY MONTH:</B></U><br>
<MTArchiveList archive_type="Monthly">
<a href="<$MTArchiveLink$>" target="_blank"><$MTArchiveTitle$></a><br>
</MTArchiveList><P>
<U><B>BY CATEGORY:</B></U><br>
<MTArchiveList archive_type="Category">
<a href="<$MTArchiveLink$>" target="_blank"><$MTArchiveTitle$></a><br>
</MTArchiveList>
In the example above it essentially displays as:
BY MONTHJanuary
Ferurary etc
gives you papragraph spacing (same as 2
s (line breaks) together.
BY CATEGORY
This category
That category
You can see how it looks on screen at my site
Uncommon Thought Journal
good luck