PowerCMS™
PowerCMS 7 ベータ版の申し込みを受け付けております!
PowerCMS 4 系のサポートは2026年3月31日をもちまして終了いたします。期限までに PowerCMS 5/6 最新版へのアップグレードをご検討ください。
[ブログ] PowerCMS サポートの実績 (2025年12月) を追加しました。
[新着情報] React Server Components の脆弱性 (CVE-2025-55182) による影響について を追加しました。

MTCategoryLabel

MTCategoryLabel

カテゴリ名を表示します。

使い方

<MTTopLevelCategories>
    <MTSubCatIsFirst>
    <ul>
    </MTSubCatIsFirst>
    <MTIf tag="CategoryCount">
        <li><a href="<$MTCategoryArchiveLink$>"<MTIf tag="CategoryDescription"> title="<$MTCategoryDescription remove_html="1" encode_html="1"$>"</MTIf>><$MTCategoryLabel$> (<$MTCategoryCount$>)</a>
    <MTElse>
        <li><$MTCategoryLabel$>
    </MTIf>
    <$MTSubCatsRecurse$>
        </li>
    <MTSubCatIsLast>
    </ul>
    </MTSubCatIsLast>
</MTTopLevelCategories>