PowerCMS™
7月30日(木曜日)、PowerCMS と PowerSync の最新情報、PowerCMS クラウドの安心・安全を紹介するオンラインセミナーを開催いたします。
[新着情報] [リピート開催] 8/3(月)【参加無料】はじめての PowerCMS ウェビナー を追加しました。
[ブログ] PowerCMS 7 でのアップデートまとめ を追加しました。
[ブログ] 「PowerCMS 7座談会」開催レポート を追加しました。

MTCategoryDescription

MTCategoryDescription

カテゴリの説明を表示します。

使い方

<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>