Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

No Format Shortcode

Beschreibung

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]

Installation

  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.

FAQ

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.

Rezensionen

23. April 2018
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!
Lies alle 1 Rezension

Mitwirkende & Entwickler

„No Format Shortcode“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „No Format Shortcode“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • Start of a simple plugin.