PowerCMS™
PowerCMS 7 ベータ版の申し込みを受け付けております!
PowerCMS 4 系のサポートは2026年3月31日をもちまして終了いたします。期限までに PowerCMS 5/6 最新版へのアップグレードをご検討ください。
PowerCMS クラウドで WAF および CDN オプションの受付を開始しました。
[よくあるご質問] PowerSync を使って、CMS とは複数の別のサーバーへ同期することはできますか? を追加しました。

MTEntryCustomFieldDescription

MTEntryCustomFieldDescription

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

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

使い方

<MTEntries lastn="1">
    <ul>
    <MTEntryCustomFields>
        <MTIfNonEmpty tag="EntryCustomFieldValue">
            <li><$MTEntryCustomFieldName$>(<$MTEntryCustomFieldDescription$>): <$MTEntryCustomFieldValue$></li>
        </MTIfNonEmpty>
    </MTEntryCustomFields>
    </ul>
</MTEntries>

MTEntryCustomFieldDescription と関連のあるテンプレートタグ (138)