Deskripsyon
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]
Pag-install
- 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.
FAQ
- 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
Mga Review
Mga Contributor at Developer
Ang “No Format Shortcode” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “No Format Shortcode” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.0
- Start of a simple plugin.