In my sidebar, I'd like to link to the last 20 entries. Right now I've got this code in my main index template:
QUOTE
[div class="sidetitle"]De laatste 20[/div]
[br /]
[MTEntries lastn="20"]
[a class="menu" href="[$MTEntryLink$]"][$MTEntryTitle$][/a][br /]
[/MTEntries]
[br /]
[ and ] obviously stand for < and >
[br /]
[MTEntries lastn="20"]
[a class="menu" href="[$MTEntryLink$]"][$MTEntryTitle$][/a][br /]
[/MTEntries]
[br /]
[ and ] obviously stand for < and >
When you now click any of the 20 titles, nicely listed in my sidebar, MT opens the archive at the top of the page. Not really what I wanted, of course. I've only got a monthly archive - I've been told it should still work, but obviously it doesn't.
What am I doing wrong here?