I'm setting up a new blog which is relying heavily on categories.
So far I have the main blog in the middle and the categories listed on the side using this code -
CODE
<MTCategories>
<a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a><br>
<MTEntries>
<$MTEntryTitle$><br>
</MTEntries>
<br /><br />
</MTCategories>
It's working great except it's listing the main blog entries and I don't want it to, is there anyway of filtering them out?