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

mypace Custom Title Tag

説明

このプラグインを有効化すると、個別記事ページ(投稿、固定ページ、カスタム投稿タイプの記事)のタイトルタグを任意の文字列に書き換えることができます。
高機能なSEOプラグインは必要ないという方向けのシンプルなプラグインです。

GitHub

https://github.com/mypacecreator/mypace-custom-title-tag

スクリーンショット

  • 入力欄にタイトルタグを入力します
  • タイトルタグ編集後

インストール

  1. mypace Custom Title Tag プラグインを/wp-content/plugins/ディレクトリにアップロードします。
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください

注意

このプラグインを使うには、お使いのテーマのfunctions.phpで `add_theme_support( ‘title-tag’ );` が定義されている必要があります。
タイトルタグの記述をheader.phpに書くことは現在推奨されていません。head内のwp_title()関数や、ハードコーディングされたタイトルタグは削除してください。

FAQ

タイトルタグが出力されない

このプラグインを使うには、お使いのテーマのfunctions.phpで `add_theme_support( ‘title-tag’ );` が定義されている必要があります。

タイトルタグが重複して出力される

タイトルタグの記述をheader.phpに書くことは現在推奨されていません。head内のwp_title()関数や、ハードコーディングされたタイトルタグは削除してください。

評価

2018年11月5日
I’ve been looking for this plug in for a very long time. It’s amazing that it was so hard to find. The <title></title> tags are one of the most important ranking factors from Google, second only to external links, in my opinion, which we can not always control. This plugin is very simple, but again so important. I hope they will give good maintenance. Note: This plugin will not work in all themes. I think it has to be used in a modern theme that works with the latest versions of WP.
2017年2月20日
I have regular wordpress posts and custom posts created by my theme. All other plug-ins have treated these post types this same. This one does not. The content for my custom posts disappeared in the Wordpress UI went going to edit them. I uninstalled the plug in and the content reappeared.
2016年9月3日
If you want to customize ONLY Title Tag without heavy SEO plugin, this is very helpful. Simple and light. Polecam !
3件のレビューをすべて表示

貢献者と開発者

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

貢献者

“mypace Custom Title Tag” は2ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“mypace Custom Title Tag” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.2.3

  • WordPress 4.8に対応
  • WordPress コーディング規約に合わせて修正

1.2.2

  • GlotPressに対応しました。

1.2.1

  • カスタム投稿タイプでのデータ保存の不具合を修正

1.2

  • WordPress4.4に対応

1.1

  • 入力欄の幅を変更

1.0

  • 最初のリリース。