這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

mypace Custom Title Tag

外掛說明

This plugin allows you to edit title tag at every singular post(posts, pages, custom post types). This is a very simple plugin.

GitHub

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

螢幕擷圖

  • Enter text into a Title tag field.
  • Edited title tag.

安裝方式

  1. Upload mypace Custom Title Tag to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

注意

You have to use add_theme_support( 'title-tag' ); in the functions.php file in order to support title tag.
You don’t need to add anything to the theme’s header.php file. Delete the legacy wp_title() call and all hard-coded title tags.

常見問題集

This plugin output nothing.

You have to use add_theme_support( 'title-tag' ); in the functions.php file in order to support title tag.

Title tags duplicated.

You don’t need to add anything to the theme’s header.php file. Delete the legacy wp_title() call and all hard-coded title tags.

使用者評論

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 Compatibility.
  • WordPress Coding Standard Fix.

1.2.2

  • GlotPress Compatibility.

1.2.1

  • Fixed a problem with saving data on custom post types.

1.2

  • WordPress 4.4 Compatibility.

1.1

  • Changed width of the input field.

1.0

  • Initial release.