I've just installed MT and I need some help on creating links to individual entry pages under the category archives. My problem is, when I try to list the entries under a certain category, they all point to my index page instead of the entries themselves. For a clearer picture, here's the link to my main archive page:
http://blueskies.sunflower-secrets.net/archives.html
I'm a newbie at MT templates and I've used this code from one of the posts here:
CODE
<MTCategories>
<$MTCategoryLabel$><br>
<div class="side">
<MTEntries lastn="20">
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br>
</MTEntries>
<br>
</div>
</MTCategories>
<$MTCategoryLabel$><br>
<div class="side">
<MTEntries lastn="20">
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br>
</MTEntries>
<br>
</div>
</MTCategories>
Please help.