カテゴリごとに違う内容を表示させる方法 (MT)

2010.11.05

<例1>
カテゴリAだけにモジュールAを表示。カテゴリBだけにモジュールBを表示。そのどちらでもなければモジュールCを表示。

<MTIfIsDescendant parent=”A “>
<$MTInclude module=”モジュールA”$>
<MTElse>
<MTIfIsDescendant parent=”B”>
<$MTInclude module=”モジュールB”$>
<MTElse>
<$MTInclude module=”モジュールC”$>
</MTElse>
</MTIfIsDescendant>
</MTElse>
</MTIfIsDescendant>

<例2>カテゴリAだけにモジュールAを表示。カテゴリBだけにモジュールBを表示。
そのほかのカテゴリは何も表示しない。

<MTIfIsDescendant parent=”カテゴリA “>
<$MTInclude module=”モジュールA”$>
</MTIfIsDescendant>
<MTIfIsDescendant parent=”カテゴリB”>
<$MTInclude module=”モジュールB”$>
</MTIfIsDescendant>

他にもプラグインを使う方法もあります。

カテゴリー: Movable Type, Movable Type (category)   タグ:   この投稿のパーマリンク
   

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*


次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>