Help - Search - Members - Calendar
Full Version: Nested Archives & Categories
Movable Type Community Forum > Additional Resources > Tips and Tricks
heinzelman
I have the standard listing by month and by category. I'm wondering if there is a way to nest them, meaning...

March 2004
---Category 1
---Category 2
---Category 3

and also

Category 1
---March 2004
---February 2004
---December 2003

Any help would be appreciated.

Thanks!
TxFx.net
Sure, you can nest them, but the problem is that the pages they link to won't be filtered by month AND category.

CODE
<MTArchiveList archive_type="Monthly">
<$MTArchiveDate format="%B %Y"$><br />
<MTCategories>
<a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a><br>
</MTCategories>
<br />
</MTArchiveList>
will output:
QUOTE
April 2004
Category 1
Category 2
Category 3

March 2004
Category 1
Category 2
Category 3

But the links will just lead to the category archives. If you want an archive of each category by month, you're going to have to do something fancy with PHP to display only the entries from that category and month.
heinzelman
Thanks, this is a good start though.

Jeff
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.