MTCustomFieldValue
カスタムフィールドの値を表示するファンクションタグです。identifier
モディファイアでカスタムフィールドの識別子を指定して利用します。
使い方
<ul>
<mt:Entries>
<li><mt:CustomFieldValue identifier="test" /></li>
</mt:Entries>
</ul>
※システムオブジェクト「カテゴリ」の場合は以下のように使います。
<ul>
<mt:Entries>
<mt:EntryCategories>
<mt:CustomFieldValue identifier="test" />
</mt:EntryCategories>
</mt:Entries>
</ul>
モディファイア
- identifier="識別子"
指定した識別子を持つカスタムフィールドの値を出力します。