I've tried to search the forum and the manual but I find nothing... probably doing a bad job!
What I'm looking for is to put a link to my last entry in my archive pages.
For the moment I use this code:
CODE
<MTEntries lastn="1">
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</MTEntries>
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
</MTEntries>
And somehow this isn't working for me... I use "daily" as my archivetype.
And I'd also like the link to be without the #000...
I just want it to be: http://www.whatever.com/archvies/2003/03/28.php instead of http://www.whatever.com/archvies/2003/03/28.php#000203
Any idea?