I'm starting to lose my patience with Wordpress. I've downloaded a raw html plugin that should stop wordpress from converting some characters to their entities, I won't use the visual editor but still, every once and a while, it messes up my code. It converts < and > to < and > from some parts of the code and leaves me wondering where the problem is. I'm using 3.4.2, and I'm wondering if there's a way to COMPLETELY stop wordpress from editing my stuff. I mean no automatic paragraphs, no character converting, etc.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
First off, make sure you use the HTML editor in the post screen instead of the visual. Second, take a look in
So if you don't want autop or convert_chars, you could could remove it (this should probably go in a plugin). Something like this:
|
|||||||||||||
|