12-2 カテゴリ一覧にブログ記事タイトルを表示する

216ページ

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

<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:Entries>
        <mt:EntriesHeader>
        <ul>
        </mt:EntriesHeader>
          <li><a href="<mt:EntryPermalink valid_html="1" />" title="<mt:EntryTitle encode_html="1" />"><mt:EntryTitle encode_html="1" /></a></li>
        <mt:EntriesFooter>
        </ul>
        </mt:EntriesFooter>
      </mt:Entries>
    <mt:Else>
      <li><$mt:CategoryLabel$>
    </mt:If>
    <$mt:SubCatsRecurse$>
      </li>
    <mt:SubCatIsLast>
    </ul>
    </mt:SubCatIsLast>
  </mt:TopLevelCategories>
  </div>
</div>
</mt:IfArchiveTypeEnabled>

217ページ

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

<mt:IfArchiveTypeEnabled archive_type="Category">
  <mt:if name="category_archive">
    <mt:ParentCategories glue="/" setvar="parent_categories"><mt:CategoryLabel /></mt:ParentCategories>
  </mt:if>
<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:ParentCategories glue="/" setvar="current_parent_categories"><mt:CategoryLabel /></mt:ParentCategories>
      <mt:if name="current_parent_categories" eq="$parent_categories">
        <mt:Entries>
          <mt:EntriesHeader>
        <ul>
          </mt:EntriesHeader>
          <li><a href="<mt:EntryPermalink valid_html="1" />" title="<mt:EntryTitle encode_html="1" />"><mt:EntryTitle encode_html="1" /></a></li>
          <mt:EntriesFooter>
        </ul>
          </mt:EntriesFooter>
        </mt:Entries>
      </mt:if>
    <mt:Else>
      <li><$mt:CategoryLabel$>
    </mt:If>
    <$mt:SubCatsRecurse$>
      </li>
    <mt:SubCatIsLast>
    </ul>
    </mt:SubCatIsLast>
  </mt:TopLevelCategories>
  </div>
</div>
</mt:IfArchiveTypeEnabled>

このアーカイブについて

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