The problem
Again I am not really sure why these basic things are overlooked and WordPress is impressively powerful in other areas…. The simple task was to add some html tags into my blog but I did not want them rendered… So I wanted to show HTML like (</p> or
<p><br />) or whatever else trips your trigger without my browser reading them like a webpage(hands off broswer).
This is no easy task apparently…. This post on the WordPress Website about Writing Code in Your Posts makes it sound so easy but it did not help me much…..other than learning these few:
< = < > = > / = / ] = ] [ = [ " = " ' = '
Using these has worked for me in post titles but I can’t get them to stay in my actual posts(post body) so I looked for something to help.
The Solution / Answer / Help
I found another Plugin to take care of my needs. It seems there is a Plugin for everything… I am still testing this with my version(2.8.6) of WordPress but it worked… kind of… Until I find I better solution I will pass it on… The plugin is called…
I used version 1.3…. It was a little quirky but did work after some negotiations between the 2 of us… It could be that this is quirky because I have other Plugins installed. Whatever the case I got it to work… Read on to learn more…)
Note: I found that if I saved while in HTML mode of my post editor it worked fine. However, if I saved in the visual mode of the the WordPress editor it would erase my html and throw in a bunch of crazy code(random HTML)… The editor just can not leave some things alone. The internal editor for WordPress makes changes to what you post when you save it… It means well but this can leave anyone frustrated. First it was <br /> tags… like I talk about in this post about Adding Line Breaks <br /> With WordPress. All of this is a bit annoying. It did eventually (knock on wood) giving me a working post with the HTML showing up… I tested it in I am open to other options but for now this will do… Apparently you can also add other types of code with this Plugin but I have not tried yet.