[Plugin: Raw HTML] Not working in WP 3.01, or user error?
-
I’m trying to overcome the nasty habit WP has of trying to correct my code for me. I’m using a clean test site with v3.01 and I don’t think there are any conflicting plugins (using TinyMCE). I’m attempting to format a page using only the HTML editor… I installed the plugin and see this:
<!--start_raw--> <div class="headerblock"><span class="headertitle">some text here</span><br /> <hr /> </div> <!--end_raw-->
turn into this after save:
<p><!--start_raw--></p> <div class="headerblock"><span class="headertitle">some text here</span></p> <hr /> </div> <p><!--end_raw--></p>
Maddening. I also nuked the wpautop filter in default-filters.php, but no joy. Any suggestions welcome.
Thanks
Brian D
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Raw HTML] Not working in WP 3.01, or user error?’ is closed to new replies.