memo.xight.org

日々のメモ

タグの階層化とサブカテゴリの表示

Source

<div id="categories">
    <h2>カテゴリー</h2>
    <MTSubCategories>
        <MTSubCatIsFirst><ul></MTSubCatIsFirst>
        <MTIfNonZero tag="MTCategoryCount">
            <li>
                <a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>">
                    <MTCategoryLabel>
                </a>
            <MTElse>
                <li><MTCategoryLabel>
            </MTElse>
        </MTIfNonZero>
        <MTSubCatsRecurse max_depth="3">
        </li>
        <MTSubCatIsLast></ul></MTSubCatIsLast>
    </MTSubCategories>
</div>


Reference

Techknow Weblog: サブカテゴリを表示するためのタグ
http://www.sixapart.jp/movabletype/developers/cheebow/archives/2004/11/post_12.html