このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Shortcodes In Titles

説明

This plugin, makes it easier to add shortcodes in your post titles, by erasing the shortcode tag from the permalink and filtering the rest of your titles. That way, you only show the title with applied shortcodes where you want.

Features

  • WordPress generates the permalink of your post without the shortcode tag
  • The shortcode will be striped from wp_title(), leaving the title intact

インストール

  1. Upload the plugin to your plugins folder: ‘wp-content/plugins/’
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php sc_title(); ?> or <?php echo get_sc_title(); ?> in your templates where you want the title to appear

評価

このプラグインにはレビューがありません。

貢献者と開発者

Shortcodes In Titles はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Shortcodes In Titles” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0

  • First Version