MT サイトマップ(親子カテゴリ別)を表示

Movable Type
この記事は約3分で読めます。

1 インデックステンプレートに次のコードを追加します。

<MTTopLevelCategories>
<MTSubCatIsFirst><ul class=”catlist”></MTSubCatIsFirst>
<mt:IfNonZero tag=”MTCategoryCount”>
<img src=”http://www.hyouhyou.jp/img/mt/b003.gif” border=”0″><a href=”<$MTCategoryArchiveLink$>” title=”<$MTCategoryDescription$>”><$MTCategoryLabel cutfirstchar=”2″ decode_html=”1″ remove_html=”1″$></a> <span class=”catcnt”>[<$MTCategoryCount$>]</span>
<ul class=”entlist”>
<MTEntries lastn=”999″>
<img src=”http://www.hyouhyou.jp/img/mt/entry.gif” border=”0″><a href=”<$MTEntryPermalink$>” title=”<$MTEntryExcerpt convert_breaks=”1″ words=”20″$>”><$MTEntryTitle$></a> <span class=”entdate”><$MTEntryDate format=”(%Y.%m.%d)”$></span> <?php newlink(‘<$MTEntryDate format=”%Y/%m/%d %H:%M:%S”$><$MTBlogTimeZone$>’, ‘1’); ?><br>
</MTEntries>
</ul>
<mt:Else>
<img src=”http://www.hyouhyou.jp/img/mt/Category.gif” border=”0″><$MTCategoryLabel cutfirstchar=”2″ decode_html=”1″ remove_html=”1″$></span>
</mt:IfNonZero>
<$MTSubCatsRecurse max_depth=”5″$>
<br>
<MTSubCatIsLast></ul></MTSubCatIsLast>
</MTTopLevelCategories>

2 追加コード以外はサイトのスタイルにあわせます。
(参考記事)
Movable Type 備忘録:カテゴリと最近のエントリ一覧をいっしょに表示

コメント