PowerCMS™
[ブログ] PowerCMS 6 でのアップデートまとめ を追加しました。
[ブログ] PowerCMS サポートの実績 (2024年6月) を追加しました。
[よくあるご質問] PowerCMS・PowerCMS X をつかった構築やカスタマイズを手伝ってもらえますか を追加しました。
[よくあるご質問] PowerCMSクラウドでオプションプラグインを使うことができますか? を追加しました。

MTCategoryCustomFieldValue

MTCategoryCustomFieldValue

カテゴリ編集画面に追加されたフィールドの値を表示するファンクションタグです。

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

使い方

<MTCategoryCustomFields>
    <ul>
        <MTIfNonEmpty tag="CategoryCustomFieldValue">
            <li><$MTCategoryCustomFieldName$>: <$MTCategoryCustomFieldValue$></li>
        </MTIfNonEmpty>
    </ul>
</MTCategoryCustomFields>

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