Popis
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.
's or
's are added within this shortcode.
[/noformat]
Instalace
- Upload the
no-format-shortcode
folder to the/wp-content/plugins
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress.
- That’s it! Start using the [noformat] shortcode.
Nejčastější dotazy
- Installation Instructions
-
- Upload the
no-format-shortcode
folder to the/wp-content/plugins
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress.
- That’s it! Start using the [noformat] shortcode.
- Upload the
Recenze
Autoři
No Format Shortcode je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “No Format Shortcode” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0
- Start of a simple plugin.