特定のカテゴリの中のサブカテゴリのタイトルを表示して、リンクを張る方法。
ここでは、”hogehoge”というカテゴリ以下のサブカテゴリを表示させている。
メインページ(index.html)に設置するのを想定している。
<MTCategories> <MTIfCategory name="hogehoge"> <MTSubCategories> <MTIfNonZero tag="MTCategoryCount"> <div> <a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>"> <MTCategoryLabel remove_html="1"> </a> </div> </MTIfNonZero> </MTSubCategories> </MTIfCategory> </MTCategories>
関連