Summary
This plugin enables you to disable WordPress’ auto-formatting feature in a post partially.
Description
On blog posting WordPress formats text you wrote automatically and magically into xhtml markups through adding required HTML tags and entities and stripping unfavorable tags.
But sometimes you want to write down exact xhtml markups where not to be touched by WordPress.
This plugin will keep such markups from WordPress. Just specify a free-tag area to wrap text with [freetag] – [/freetag].
Usage
To specify a free-tag area, just wrap text range with [freetag] and [/freetag].
Installation
- Download the plugin zip archive.
- Unzip it.
- Upload the extracted plugin directory `wp-freetag’ to wp-content/plugins/.
- Activate the plugin in your admin panel.
Note
Within a free-tag area, no text formatter processing will work. So if you want to write the characters unsafe to HTML, you should replace it by HTML entities.
e.g.
[freetag] 0 <= 3 [/freetag]
should be
[freetag] 0 <= 3 [/freetag]
