携帯・ビジネスブログ・CGIスクリプト-MTのカテゴリツリーにエントリまでも表示する

トップmovable type - ムーバブルタイプ> MTのカテゴリツリーにエントリも表示

MTのカテゴリツリーにエントリも表示

MTのカテゴリツリーにエントリまでも表示する

カテゴリツリーにエントリも同時に表示


以下のカテゴリツリー表示部のカテゴリ部に
前述したエントリアーカイブでの関連リンクと同様に
入れればよい。

<MTIfArchiveTypeEnabled archive_type="Category"><div class="module-categories module">
<h2 class="module-header">カテゴリー</h2>le-he
<div class="module-content">
<MTTopLevelCategories>
<MTSubCatIsFirst><ul class="module-list"></MTSubCatIsFirst>
<MTIfNonZero tag="MTCategoryCount">
<li class="module-list-item"><a href="<$MTCategoryArchiveLink$>" title="<$MTCategoryDescription$>"><$MTCategoryDescription$></a>
<ul class="module-list">
<MTEntries category=<$MTCategoryLabel$>
<li class="module-list-item"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
<MTElse>
:
:
:


related articles