WP bizarre code rewriting
-
Either TinyMCE or WP are driving me nuts! I’ve disabled the visual editor for writing so I can put in straight html. I put the following href anchor onto a page:
<a href="https://website.com/func/?search=Asearch 1; Bsearch 2 ¶m=31">website link text</a>
I save the page and preview it. This is what WordPress sends to my Firefox browser:
<a href="http: ¶m="31" target="_blank"" 1="" Bsearch="" 2;="" ?search="Asearch" func="" website.com="">website link text</a href="http:>
I have TinyMCE Advanced installed and active, and TinyMCE Valid Elements installed and active. The only elements and attributes I have entered into TinyMCE Valid Elements are:
a, target, hrefIf I save the page, and close it, and then open it again, the code is unchanged, so I don’t know if the problem is WP or TinyMCE. I’d sure appreciate some help.
Thank.
- The topic ‘WP bizarre code rewriting’ is closed to new replies.