movabletype.jp
検索

MTEntryCustomFieldDescription function tag new in mt4.1 Commercial

ブログ記事作成画面に追加されたフィールドの概要を表示するファンクションタグです。

このMTタグは MTEntryCustomFields のコンテキストで使用します。

使い方

<MTEntries lastn="1">
    <ul>
    <MTEntryCustomFields>
        <MTIfNonEmpty tag="EntryCustomFieldValue">
            <li><$MTEntryCustomFieldName$>(<$MTEntryCustomFieldDescription$>): <$MTEntryCustomFieldValue$></li>
        </MTIfNonEmpty>
    </MTEntryCustomFields>
    </ul>
</MTEntries>
Updated on 2008-12-01, 17:06 .

Movable Type 関連書籍