G'day guys. This is most likely a simple fix, but how do you stop WordPress from rendering elements inside pre tags? I currently have a plugin installed that is meant to do exactly that (which it does not).
There are two issues. The first is that I don't want to have to use the HTML entity for <. The second occurs whenever I edit a previous post that has HTML wrapped in pre tags: line breaks magically appear. WordPress must have a default method of formatting markup, which I would love to turn off.
There are two issues. The first is that I don't want to have to use the HTML entity for <. The second occurs whenever I edit a previous post that has HTML wrapped in pre tags: line breaks magically appear. WordPress must have a default method of formatting markup, which I would love to turn off.
Still having problems with they way WordPress formats my code though. For instance, I paste in this:
That will work fine for the first time. If I am to go back and edit the post at a later date though, this is what I get:
If anyone else is even experiencing the same thing, please speak up so I know it's not just me.