« prev next »

MTSubCategory of MovableType

Related Categories
  Blogging
  Friends
  Life
  Me
  Misc
  This Site
  Wendy
  Yifan
  Backstage
  Blog Tips
  Hosting
  Map
  MovableType
  Other Sites
  Spam
  Webcam

I 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-category.wangjianshuo.com.png
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:

<br><div class="so"><b>Categories</b></div>
<div class="ct">
<div class="category">
<style>
.category div{float:left;width:32%;padding-bottom:20px;}
.category b {background-color:lightyellow;padding:3px;margin:3px}
</style>
<$MTTopLevelCategories$>
<div><b><a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a></b><br>
<MTSubCategories>
» <a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a> <small>(<$MTCategoryCount$>)</small><br>
<MTSubCategories>
      <a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a> <small>(<$MTCategoryCount$>)</small><br>
</MTSubCategories>
</MTSubCategories>
</div>
</MTTopLevelCategories>
<br style="clear:both" />
</div>
</div>

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).


Posted by Jian Shuo Wang at July 31, 2007 7:12 PM
Copyright: You are free to redistribute this work, as long as you keep this disclaimer and this link: http://home.wangjianshuo.com/archives/20070731_mtsubcategory_of_movabletype.htm

Related Entries: MovableType
  1. Subscription Enabled on This Blog April 23, 2008
  2. MovableType Dirify Change for UTF-8 December 23, 2007
  3. MovableType 4.01 and Bluehost CPU Exceeded Error November 16, 2007
  4. Wangjianshuo's Blog Template Archives 2007 November 5, 2007
  5. FeedBurner is a Useful Service August 28, 2007
  6. Upgraded to Movable Type 4 August 18, 2007
  7. MovableType 4 Finally Out August 15, 2007
  8. MovableType 4 is Almost Out August 14, 2007
  9. MTSubCategory of MovableType July 31, 2007
Comments

Very Useful.Thanks.

Posted by: Fir on August 1, 2007 10:13 AM
Post a comment
Name:

Email Address: (will not show)

URL: (optional)

Comments:


It may take up to 30 seconds before the server returns a result. IP address recorded.
Remember my information?

<-- Please click POST only once
© 2001 - 2008 Jian Shuo Wang. All right reserved.