12-5 カテゴリアーカイブページのカテゴリアーカイブリストに親カテゴリとその子カテゴリを表示する

223ページ

「関連カテゴリ」ウィジェットテンプレート

<mt:if name="category_archive">
  <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>
<div class="widget-archive widget-archive-category 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:if>
</mt:if>

このアーカイブについて

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