遠田.jpブログ › 検索結果

遠田.jpブログで“パンくずリスト”タグの付いているブログ記事

遠田.jpブログはMT4で構築されている。
MTは3.3xから4.xに変わりMTIFというタグが使えるようになった。
そこで、MT4のMTIFを使ってパンくずリストを設置した。

使用したタグは以下のとおり。
(ヘッダモジュールの一番下に張り付けるだけ)

<!-- パンくずリストMT4開始 -->
<MTUnless name="main_index">
■<a href="<$MTBlogURL$>"><$MTBlogName encode_html="1"$></a>
<MTIf name="archive_index">
 &rsaquo; <$MTGetVar name="page_title"$>
</MTIf>
<MTIf name="system_template">
 &rsaquo; <$MTGetVar name="page_title"$>
</MTIf>
<MTIf name="datebased_archive">
 &rsaquo; <a href="<$MTLink template="archive_index"$>">サイトマップ</a>
 &rsaquo; <$MTGetVar name="page_title"$>
</MTIf>
<MTIfArchiveType archive_type="Author">
 &rsaquo; <a href="<$MTLink template="archive_index"$>">サイトマップ</a>
 &rsaquo; <$MTGetVar name="page_title"$>
</MTIfArchiveType>
<MTIfArchiveType archive_type="Category">
 &rsaquo; <a href="<$MTLink template="archive_index"$>">サイトマップ</a> &rsaquo;
<MTParentCategories glue=" &gt; ">
<a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a>
</MTParentCategories>
</MTIfArchiveType>
<MTIfArchiveType archive_type="Individual">
 &rsaquo; <a href="<$MTLink template="archive_index"$>">サイトマップ</a> &rsaquo;
<MTParentCategories glue=" &gt; ">
<a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a>
</MTParentCategories>
 &rsaquo; <a href="<$MTEntryPermalink$>"><$MTGetVar name="page_title"$></a>
</MTIfArchiveType>
</MTUnless>
<!-- パンくずリストMT4ここまで -->

※このパンくずリストは SCREAMOさんの「パンくずリスト for Movable Type 4」を参考にして作成しました。
 ありがとうございます>SCREAMOさん