MTでのdescription作成

自分のための覚え書き

メインテンプレート(main_templateのvalue="1")

<meta name="description" content="<$mt:BlogDescription$>"> />

ブログ記事、ウェブページ(entry_template、page_templateのvalue="1")

<meta name="description" content="<$mt:EntryExcerpt remove_html="1"$>" />
<meta name="description" content="<$mt:PageExcerpt remove_html="1"$>" />

※remove_htmlモディファイアは値に1を設定すると全てのHTMLタグを除去してくれるモディファイア。

ブログ記事リスト(category_archiveのvalue="1")

<meta name="description" content="<$mt:CategoryDescription$>" />

これらをmt:Ifとmt:Elseで条件分岐させて使用。