Escaping HTML processing?
-
Hey guys,
I’ve got a really annoying problem that *should* be easy to fix, but it’s proving mighty difficult to find a simple resolution.
Basically, I want a way to *avoid* escaping characters in my WP posts to the equivalent HTML entity code, for certain snippets of the post.
For instance, when I include the link…
http://example.com/script.php?a=1&b=2
… the “&” parts are output as “& # 3 8 ;” (without the spaces) – which makes for great HTML, but breaks my code.
It’s fine for standard HTML but when I start including dynamic Javascript/Flash objects, it’s a real pain.
Isn’t there a simple tag I can wrap around certain snippets of code to tell WP to output *as is*?
Would appreciate your input… thanks!
All the best, -Lee
The topic ‘Escaping HTML processing?’ is closed to new replies.