Wtyczka nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa. Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością z nowszymi wersjami WordPressa.

No Format Shortcode

Opis

This plugin provides a shortcode to selectively disable WordPress’ automatic formatting. Very useful for anyone looking to write some custom HTML, but doesn’t want to completely diasble wpautop.

Usage

Wrap any HTML content, or content for which you wish to disable formatting inside of the [noformat] shortcode, like this:

[noformat]
  • This content won't be formatted.
You'll notice no automatic

's or
's are added within this shortcode. [/noformat]

Instalacja

  1. Upload the no-format-shortcode folder to the /wp-content/plugins directory
  2. Activate the plugin through the 'Plugins’ menu in WordPress.
  3. That’s it! Start using the [noformat] shortcode.

Najczęściej zadawane pytania

Installation Instructions
  1. Upload the no-format-shortcode folder to the /wp-content/plugins directory
  2. Activate the plugin through the 'Plugins’ menu in WordPress.
  3. That’s it! Start using the [noformat] shortcode.

Recenzje

2018-04-23
I find the ability to selectively turn of wpautop very handy. This will definitely be a plugin I keep in my toolbox just in case. Thanks!
Przeczytaj 1 recenzje

Kontrybutorzy i deweloperzy

„No Format Shortcode” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

Rejestr zmian

1.0

  • Start of a simple plugin.