Descripció
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]
Instal·lació
- Upload the
no-format-shortcodefolder to the/wp-content/pluginsdirectory - Activate the plugin through the ‘Plugins’ menu in WordPress.
- That’s it! Start using the [noformat] shortcode.
PMF
- Installation Instructions
-
- Upload the
no-format-shortcodefolder to the/wp-content/pluginsdirectory - Activate the plugin through the ‘Plugins’ menu in WordPress.
- That’s it! Start using the [noformat] shortcode.
- Upload the
Ressenyes
Col·laboradors i desenvolupadors
«No Format Shortcode» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «No Format Shortcode» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.0
- Start of a simple plugin.