6.24 カテゴリアーカイブページのカテゴリ一覧に、親カテゴリとその子カテゴリを表示する ★

P.497

「関連カテゴリ一覧」ウィジェットテンプレート(サンプルテンプレート)

<mt:if name="category_archive">
<mt:ifArchiveTypeEnabled archive_type="Category">
<mt:if tag="blogCategoryCount">
<mt:setVarTemplate name="subcategory_list">
  <mt:subCategories include_current="1">
    <mt:subCatIsFirst><ul></mt:subCatIsFirst>
    <mt:if tag="categoryCount">
    <li><a href="<mt:categoryArchiveLink />" title="<mt:categoryDescription />"><mt:categoryLabel></a> [<mt:categoryCount />]
    <mt:else>
    <li><mt:categoryLabel>
    </mt:if>
    <mt:subCatsRecurse />
    </li>
    <mt:subCatIsLast></ul></mt:subCatIsLast>
  </mt:subCategories>
</mt:setVarTemplate>
<dt class="sidetitle">関連カテゴリ一覧</dt>
<dd class="side">
  <div id="categories">
<mt:hasParentCategory>
  <mt:parentCategory>
<mt:getVar name="subcategory_list">
  </mt:parentCategory>
</mt:hasParentCategory>
<mt:hasNoParentCategory>
  <mt:getVar name="subcategory_list">
</mt:hasNoParentCategory>
  </div>
</dd>
</mt:if>
</mt:ifArchiveTypeEnabled>
</mt:if>

★「関連カテゴリ一覧」ウィジェットテンプレート(デフォルトテンプレート)

デフォルトテンプレートの場合、「関連カテゴリ一覧」という新しいウィジェットテンプレートを作成してください。このサブテンプレートはカテゴリ系のアーカイブページで表示するようにしています。
処理の流れはサンプルテンプレートと同じです。

<mt:if name="category_archive">
<mt:ifArchiveTypeEnabled archive_type="Category">
<mt:ifNonZero tag="blogCategoryCount">
<mt:setVarTemplate name="subcategory_list">
  <mt:subCategories include_current="1">
    <mt:subCatIsFirst><ul class="widget-list"></mt:subCatIsFirst>
    <mt:ifNonZero tag="categoryCount">
    <li class="widget-list-item"><a href="<mt:categoryArchiveLink />" title="<mt:categoryDescription />"><mt:categoryLabel></a> [<mt:categoryCount />]
    <mt:else>
    <li class="widget-list-item"><mt:categoryLabel>
    </mt:ifNonZero>
    <mt:subCatsRecurse />
    </li>
    <mt:subCatIsLast></ul></mt:subCatIsLast>
  </mt:subCategories>
</mt:setVarTemplate>
<div class="widget">
  <h3 class="widget-header">関連カテゴリ一覧</h3>
  <div class="widget-content">
<mt:hasParentCategory>
  <mt:parentCategory>
<mt:getVar name="subcategory_list">
  </mt:parentCategory>
</mt:hasParentCategory>
<mt:hasNoParentCategory>
  <mt:getVar name="subcategory_list">
</mt:hasNoParentCategory>
  </div>
</div>
</mt:ifNonZero>
</mt:ifArchiveTypeEnabled>
</mt:if>

ウェブページ

Powered by Movable Type 4.261

このアーカイブについて

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。