Git Product home page Git Product logo

toggle-wpautop's Introduction

=== Toggle wpautop ===
Contributors: linchpin_agency, desrosj, aware
Tags: wpautop, formatting, post content, excerpt, editor, custom post types, filters, add_filter
Requires at least: 3.0
Tested up to: 4.7.2
Stable tag: 1.2.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Easily disable the wpautop filter on a post by post basis.

== Description ==

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](http://codex.wordpress.org/Function_Reference/wpautop "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](http://codex.wordpress.org/Function_Reference/wpautop "wpautop") filter for that post.

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

== Installation ==

1. Upload the plugin folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Proceed to the Settings->Writing and select which post types should have the option to disable the wpautop filter.

== Frequently Asked Questions ==

= 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.

== Screenshots ==

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

== Changelog ==
= 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 =
* Hello world!

toggle-wpautop's People

Contributors

aaronware avatar desrosj avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

efueger

toggle-wpautop's Issues

Not working with Gutenberg

Wordpress version : 5.0.3
The toggle button "Disable wpautop" has disappeared since the new editor update (Gutenberg).

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.