July 5, 2006 7:32 PM | no comments | no trackback カテゴリーごとにテンプレートを切り替える方法です。 導入例(MT 3.2-ja-2 で確認) カテゴリーごとのテンプレートをモジュールに登録しておいて、カテゴリー・アーカイブのテンプレートをこのようにします。 <MTIfIsDescendant parent="News"> <$MTInclude module="NewsArchive"$> <MTElse> <MTIfIsDescendant parent="Software"> <$MTInclude module="SoftwareArchive"$> <MTElse> <MTIfIsDescendant parent="Topics"> <$MTInclude module="TopicsArchive"$> </MTIfIsDe