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

MTKeywords

MTKeywords

Kyeword プラグインによって登録したキーワードを繰り返し出力します。

使い方

<MTKeywords>
    <MTIf name="__first__"><ul></MTIf>
        <li><a href="<$MTKeywordLink escape="html"$>" title="<$MTKeywordTitle escape="html"$>"><$MTKeyword escape="html"$></a></li>
    <MTIf name="__last__"></ul></MTIf>
</MTKeywords>

モディファイア

sort_by="foo"

キーワードを並び替える対象を指定します。

  • priority (優先度・初期値)
  • created_on (作成日時)
  • description (概要)
  • id (ID)
  • modified_on (更新日時)
  • title (title属性値)
  • url (URL)
sort_order="descend | ascend"

並べる順序を指定します。ascend を指定すると昇順 (新しいものが下)、descend は降順 (新しいものが上) です。初期値は descend です。

limit="N"

出力する件数を指定します。

glue="foo"

出力するキーワードとキーワードの間に文字を追加できます。

blog_id="all | children | siblings | ID"

特定のウェブサイト(ブログ)のキーワードを出力したい場合に指定します。

blog_ids="all | children | siblings | ID"

特定のウェブサイト(ブログ)のキーワードを出力したい場合に指定します。

include_blogs="all | children | siblings | ID"

特定のウェブサイト(ブログ)のキーワードを出力したい場合に指定します。

exclude_blogs="all | children | siblings | ID"

特定のウェブサイト(ブログ)のキーワードを出力したくない場合に指定します。