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

Remove Widget Titles

外掛說明

The Remove Widget Titles plugin removes the title from any widget that has a title starting with the “!” character.

Why Use It?

This allows you to give widgets a title in the backend for convenience – so you can quickly see which widget is which, rather than having to open them to work out what they are for – without having to show the title on the front end.

How To Use (once plugin is installed)

If you have a widget for which you do not want the title to appear on the front end of your site, simply add the “!” character to the start of the widget title (in Appearance -> Widgets).

Compatibility

  • This plugin requires WordPress 2.6 or above.
  • I am not currently aware of any compatibility issues with any other WordPress plugins.

Similar Plugins

There is another plugin called Hide Widget Title, but that leaves the widget title in the page source and hides it using CSS (adding another http request which slows load time slightly). Remove Widget Titles actually removes the widget title from the HTML. The plugin is only 7 lines of code, so it is extremely light and has minimal impact on performance.

Support

This plugin is officially not supported (due to my time constraints), but if you leave a comment on the plugin’s home page or contact me, I’ll try to help if I can.

Disclaimer

This plugin is released under the GPL licence. I do not accept any responsibility for any damages or losses, direct or indirect, that may arise from using the plugin or these instructions. This software is provided as is, with absolutely no warranty. Please refer to the full version of the GPL license for more information.

Acknowledgements

This plugin was originally written for QPS Media, who have allowed me to release it to the WordPress community and maintain ownership of the plugin.

安裝方式

  1. Download the plugin file and unzip it.
  2. Upload the remove-widget-titles folder to the wp-content/plugins/ folder.
  3. Activate the Remove Widget Titles plugin within WordPress.

Alternatively, you can install the plugin automatically through the WordPress Admin interface by going to Plugins -> Add New and searching for Remove Widget Titles.

常見問題集

Installation Instructions
  1. Download the plugin file and unzip it.
  2. Upload the remove-widget-titles folder to the wp-content/plugins/ folder.
  3. Activate the Remove Widget Titles plugin within WordPress.

Alternatively, you can install the plugin automatically through the WordPress Admin interface by going to Plugins -> Add New and searching for Remove Widget Titles.

使用者評論

2019 年 1 月 3 日
This not only allowed me to label custom html widgets, but also removed default widget titles from displaying on my page that I had no option to omit before. Works like a charm! Thank you so much!!
2017 年 7 月 23 日
Brilliant and simple. Absolutely should be in Core. Little tip - your title just needs to start with "!", you can have a space after the "!". i.e. "! Hello World", which I think is nicer and easier to read than "!Hello World".
2016 年 9 月 3 日
It just works! And I agree with other commenters that it should be in WP core. Thank you for this needed plugin.
2016 年 9 月 3 日
How did I not know about this before? All the css... sheesh. Brilliant.
閱讀全部 27 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Remove Widget Titles〉的開發相關工作。

參與者

將〈Remove Widget Titles〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0 (23 November 2011)

  • Initial Release