该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Empty P Tag

描述

This plugin remove extra p and br tags from the_content, the_excerpt and widget_text_content.

安装

To install “empty p tag” using the built-in plugin installer:

1. Go to Plugins > Add New.
2. Type in "empty p tag" in Search Plugins box or click a tag link below the screen.
3. find the "empty p tag Plugin" in the list.
4. Click Install Now to install the WordPress Plugin.

To install empty p tag manually:

  1. Download your WordPress Plugin to your desktop.
  2. If downloaded as a zip archive, extract the Plugin folder to your desktop.
  3. With your FTP program, upload the Plugin folder to the wp-content/plugins folder in your WordPress directory online.
  4. Go to Plugins screen and find the “empty p tag Plugin” in the list.
  5. Click Activate to activate it.

常见问题

How do Plugin turn off automatic p, br for a post?

After plugin activation, WordPress will no longer attempt to add <p> and <br> tags to your posts (so you’ll be responsible for adding these yourself).

I upgraded the plugin and it lost my default settings!

No, it didn’t. Disable and re-enable the plugin and the setting should be updated to the new setting.

评价

2020 年 6 月 19 日
I tried this as a last resort to try to improve the formatting of my commenting system, wpDiscuz (https://wordpress.org/plugins/wpdiscuz/), which by the way is great! Unfortunately in my case (because I need to select only one or two words sometimes) it kept adding <p> tags to the text, which added line breaks and unwanted spacing. This plugin solved that problem!
2017 年 10 月 11 日 1 回复
I love this plugin. It really work fine.
阅读所有7条评价

贡献者及开发者

“Empty P Tag” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Empty P Tag”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.0.1

  • Thired released
  • Added feature to remove for ‘whitespace’ with p tag.

1.0.1

  • Second released
  • Added ‘preg_replace’ function to remove Empty tag.

1.0.0

  • First released
  • Basic Plugin