OK, I figured out how to get the Category Links on the right.
This tip assumes that you are using the default template that comes with Movable Type 2.21.
As per this image, click on the Main Index template.
1. Look for (around line 79):
<div id="links">
DIRECTLY AFTER THAT ADD:
<div class="sidetitle">
Categories
</div>
<div class="side">
<MTCategories>
<a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a><br>
<MTEntries>
<$MTEntryTitle$><br/>
</MTEntries>
<br /><br />
</MTCategories>
</div>
2. The result should look something like.
this.
You rule! This is exactly what I wanted!
Posted by: the wily filipino on October 30, 2002 02:02 AM