|
Revision 7568, 1.0 kB
(checked in by alexkingorg, 1 year ago)
|
version 1.1, compatible with WP 2.1
|
| Line | |
|---|
| 1 |
=== WP Unformatted === |
|---|
| 2 |
Tags: texturize, autop, formatting |
|---|
| 3 |
Contributors: alexkingorg |
|---|
| 4 |
Requires at least: 2.0 |
|---|
| 5 |
Tested up to: 2.1 |
|---|
| 6 |
Stable tag: 1.1 |
|---|
| 7 |
|
|---|
| 8 |
The WP Unformatted plugin allows you to remove WordPress's smart quotes (texturize) and auto XHTML tags (autop) functionality on a per-post basis. |
|---|
| 9 |
|
|---|
| 10 |
== Installation == |
|---|
| 11 |
|
|---|
| 12 |
1. Download the plugin archive and expand it (you've likely already done this). |
|---|
| 13 |
2. Put the 'wp-unformatted.php' file into your wp-content/plugins/ directory. |
|---|
| 14 |
3. Go to the Plugins page in your WordPress Administration area and click 'Activate' for WP Unformatted. |
|---|
| 15 |
|
|---|
| 16 |
== Usage == |
|---|
| 17 |
|
|---|
| 18 |
= Disable Adding XHTML Tags = |
|---|
| 19 |
|
|---|
| 20 |
To disable auto-formatting on a post, add a custom field 'sponge' with a value of '1' to the post. |
|---|
| 21 |
|
|---|
| 22 |
= Disable Smart Quotes = |
|---|
| 23 |
|
|---|
| 24 |
To disable auto-smart-quotes on a post, add a custom field 'sandpaper' with a value of '1' to the post. |
|---|
| 25 |
|
|---|
| 26 |
== Known Issues == |
|---|
| 27 |
|
|---|
| 28 |
None. |
|---|
| 29 |
|
|---|
| 30 |
== Frequently Asked Questions == |
|---|
| 31 |
|
|---|
| 32 |
= Anything else? = |
|---|
| 33 |
|
|---|
| 34 |
That about does it - enjoy! |
|---|
| 35 |
|
|---|
| 36 |
--Alex King |
|---|
| 37 |
|
|---|
| 38 |
http://alexking.org/projects/wordpress |
|---|