I'd like to display in individual archive pages a list of all (or 10, 20...) entries in the same category that this entry belongs to.

But this code gives me only one current entry:

CODE
<div class="date">
<span class="title">In this Category
<$MTEntryCategory$></span><br/>
<MTEntries category="<$MTEntryCategory$>" sort_order="descend">
<a href="<$MTEntryLink$>">» <$MTEntryTitle$></a>
<span class="copyright"> - <$MTEntryDate format="%d/%m/%y"$></span><br/>
</MTEntries>
</div>


Where I was wrong?