Raw HTML in WordPress pages and posts
0 Comments 28th APR 2009 | Posted by Željko Prša in Wordpress

Have you been bothered with WordPress’s ability to enter some “hidden” tags while writing posts or pages in HTML mode?
Well, me to. But have no fear the “Raw HTML” is here by Janis Elsts and what it does is the following:
- Disable wptexturize (this filter creates smart quotes and other typographic characters).
- Disable automatic paragraph creation.
- Disable image smilies.
- Disable convert_chars (this filter converts ampersands to HTML entities and “fixes” some Unicode characters).
On how to use the plugin and more visit the following link.
To post code in comments, place your code inside [code] and [/code] tags.
















