이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Toggle wpautop

설명

Note: This plugin does not support the block editor but should continue to work without issue when using it with custom post types and the Classic Editor Plugin.

Before WordPress displays a post’s content, the content gets passed through multiple filters to ensure that it safely appears how you enter it within the editor.

One of these filters is wpautop, which replaces double line breaks with <p> tags, and single line breaks with <br /> tags. However, this filter sometimes causes issues when you are inputting a lot of HTML markup in the post editor.

This plugin displays a checkbox in the publish meta box of the post edit screen that disables the wpautop filter for that post.

Also adds a ‘wpautop’, or ‘no-wpautop’ class to the post_class filter to help with CSS styling.

스크린샷

  • The disable wpautop checkbox on post edit screens.
  • Settings->Writing page with plugin settings.

설치

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. WordPress의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Proceed to the Settings->Writing and select which post types should have the option to disable the wpautop filter.

FAQ

Can I disable wpautop completely with this plugin?

Right now, no. wpautop is a great filter, and in most cases you should not need it disabled globally. However, if there is enough demand for this feature we can add it.

Can I set wpautop to default to “off” for new posts.

Yes.

후기

2021년 8월 10일
Thank you for taking the time to create such an awesome plugin 🙂 finally those auto <p> tags are gone!
2018년 5월 6일
Solves inherent flaw in WP for editing custom web pages where WP puts in tags you don’t want (try doing a definition list with double line breaks, and see how it breaks that with paragraph tags — this fixes stuff like that). Allows for clean migration of existing static page HTML to WP, without having to fix the nanny-fixes WP tries to put in without asking and which are then hidden from you. Simply priceless plugin for webdev. If you don’t know why this is so awesome, you likely don’t need it. If you do know, you know why you must have it! And FYI: works with PHP 7.2 as of May 2018.
2017년 8월 11일
Had huge issues with carefully coded pages that WP “fixed” for me. Now I can avoid it this, while keeping autoformatting where it’s handy.
모든 32 평가 읽기

기여자 & 개발자

“Toggle wpautop”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Toggle wpautop”(이)가 3 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Toggle wpautop”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.0

  • Fixed minor sanitization of within the admin
  • Fixed minor WPCS and PHPCS notices
  • Updated plugin branding for .org
  • Updated readme to link to the Classic Editor Plugin
  • Updated deployment process to make releases easier

1.2.5

  • Fixing an issue where http://translate.wordpress.org did not detect the stable version correctly.

1.2.4

  • A few additional steps to make the plugin accessible to http://translate.wordpress.org.

1.2.3

  • Move translations to http://translate.wordpress.org.

1.2.2

  • Fixing PHP syntax error.

1.2.1

  • Added ability for i18n using grunt-wp-i18n
  • Added english default .pot
  • Added minor security hardening so the class file would exit if called directly
  • Updated code formatting to be more inline with WordPress coding standards
  • Updated some method descriptions
  • Updated plugin description to be more… descriptive.

1.2.0

  • Add a setting to disable wpautop automatically on new posts.
  • Add filter (lp_wpautop_show_private_pt) for enabling the plugin on private post types.

1.1.2

  • Fixing bug that was preventing other settings on the writing page from saving.

1.1.1

  • Fixing bug where users upgrading from 1.0 would not receive the defaults for settings that were introduced in 1.1.

1.1

  • Adding the ability to choose which post types have the option to disable the wpautop filter on the Settings->Writing page.
  • When activating the plugin for the first time, all post types are set to have the ability to disable the wpautop filter. This can be changed on the Settings->Writing page.
  • Adding an uninstall hook to remove all traces of the plugin.

1.0

  • 안녕하세요!