MTSubCategory of MovableType
By Jian Shuo Wang on 2007-07-31 19:12 · MovableTypeI have so many articles, so I finally spent some time to create a category page for top level categories, middle categories, and subcategories. You may have noticed the change of the my homepage (look at this screenshot).

Screen shot of the category function of Wangjianshuo’s blog
For those bloggers using MovableType, here are code I used to create a page like that:
Categories<$MTTopLevelCategories$>
<$MTCategoryLabel$>» <$MTArchiveTitle$> (<$MTCategoryCount$>)
<$MTArchiveTitle$> (<$MTCategoryCount$>)
I didn’t use the MTCatRecurse tag, since I only want to list the first 3 level of the category and I want some diversity in the top level, second level and third level…
Hope this helps. (For regular readers who do not care about how this blog works, please simply ignore this entry).
1 Comments