12-3 カテゴリアーカイブリストに月別のタイトルを表示する

219ページ

「カテゴリアーカイブ」ウィジェットテンプレート

<mt:IfArchiveTypeEnabled archive_type="Category">
<div class="widget-archive widget-archive-category widget">
  <h3 class="widget-header">カテゴリ</h3>
  <div class="widget-content">
  <mt:TopLevelCategories>
    <mt:SubCatIsFirst>
    <ul>
    </mt:SubCatIsFirst>
    <mt:If tag="CategoryCount">
      <li><a href="<$mt:CategoryArchiveLink$>"<mt:If tag="CategoryDescription"> title="<$mt:CategoryDescription remove_html="1" encode_html="1"$>"</mt:If>><$mt:CategoryLabel$>(<$mt:CategoryCount$>)</a>
      <mt:ifArchiveTypeEnabled archive_type="Category-Monthly">
        <mt:ArchiveList archive_type="Category-Monthly">
          <mt:ArchiveListHeader>
        <ul>
          </mt:ArchiveListHeader>
          <li><a href="<mt:ArchiveLink />"><mt:ArchiveTitle regex_replace="/.*: /","" /></a> [<mt:ArchiveCount />]</li>
          <mt:ArchiveListFooter>
        </ul>
          </mt:ArchiveListFooter>
        </mt:ArchiveList>
      </mt:ifArchiveTypeEnabled>
    <mt:Else>
      <li><$mt:CategoryLabel$>
    </mt:If>
    <$mt:SubCatsRecurse$>
      </li>
    <mt:SubCatIsLast>
    </ul>
    </mt:SubCatIsLast>
  </mt:TopLevelCategories>
  </div>
</div>
</mt:IfArchiveTypeEnabled>

このアーカイブについて

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