Just for the sake of showing what I mean: I've created a category called "Test" You'll notice that this category shows up on all "archive" pages (Individual, Category and Monthly). My problem is that the codes for these won't seem to stay on the other pages (about · disclaimer · contact · wishlist · characters · webcam)
on my archived paged I'm using this:
CODE
<MTArchiveList archive_type="Monthly">
<a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a><br>
</MTArchiveList>
<a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a><br>
</MTArchiveList>
I also tried using that for the other pages but the code doesn't stay - rather gives me a series of:
CODE
<a href="http://www.babineau.ca/journal/archive/2002_10.shtml">October 2002</a><br>
<a href="http://www.babineau.ca/journal/archive/2002_09.shtml">September 2002</a><br>
<a href="http://www.babineau.ca/journal/archive/2002_08.shtml">August 2002</a><br>
<a href="http://www.babineau.ca/journal/archive/2002_09.shtml">September 2002</a><br>
<a href="http://www.babineau.ca/journal/archive/2002_08.shtml">August 2002</a><br>
What should I be using so that I don't have to replace the code every month and do a fresh rebuild every month and when I add a new category??
Thanks!