Where I have a problem is I'd like the index page to be the latest week, but it needs to have a "previous" link to go to the previous week in the archives. When I use:
CODE
<MTArchivePrevious>
<a href="<$MTArchiveLink$>">previous week</a>
</MTArchivePrevious>
<a href="<$MTArchiveLink$>">previous week</a>
</MTArchivePrevious>
I get "Build error in template 'Main Index': Error in <MTArchivePrevious> tag: You used an <MTArchivePrevious> without a date context set up." which I guess is because it's a tag I'm only supposed to use on archive pages.
Anyone have any idea how I can achieve what I'm after? Site's at PolaroiDiary if you'd like to have a look. Thanks!