wp-freetag

download

Download: wp-freetag-0.1.zip
Version: 0.1
Updated: 2009/07/28
Size: 2.38 KB

Powered by Drain Hole

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

  1. Download the plugin zip archive.
  2. Unzip it.
  3. Upload the extracted plugin directory `wp-freetag’ to wp-content/plugins/.
  4. 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 &lt;= 3 [/freetag]