QUOTE
Want to put the category name near the subject of the message in main index.
Ah-ha, gotcha. This is what I have on my main index file -
CODE
<div class="blogbody">
<a name="<$MTEntryID pad="1"$>"></a>
<span class="title"><b><$MTEntryTitle$></b></span>
<$MTEntryBody$>
<MTEntryIfExtended>
<span class="extended"><a href="<$MTEntryLink$>#<$MTEntryID pad="1"$>">MORE...</a></span><br />
</MTEntryIfExtended>
<div class="posted"><font size=-2>
<$MTEntryAuthor$> added this on <a href="<$MTEntryLink$>#<$MTEntryID pad="1"$>">
<$MTEntryDate format="%I:%M %p"$></a> <MTDateHeader>
<$MTEntryDate format="%B %d, %Y"$></MTDateHeader> to the <a href="<$MTEntryLink archive_type="Category"$>"><$MTEntryCategory$></a></font size=-2><br>
<b><MTEntryIfAllowComments><a href="<$MTCGIPath$>mt-comments.cgi?entry_id=<$MTEntryID$>" onclick="OpenComments(this.href); return false">comments(<$MTEntryCommentCount$>)</a>
</MTEntryIfAllowComments></b><p></p>
</div>
</font>
</MTEntries>
The part you want is this -
CODE
to the <a href="<$MTEntryLink archive_type="Category"$>"><$MTEntryCategory$></a>
Of course, this is what I have right now, and it may not work right off for you, etc and so forth...