HTML Entities Not Being Decoded?
-
We have been working on a site that is currently giving us a strange issue where page titles and varying other symbols are not being decoded from their HTML entities. For example, source code will display things like the following –
<title>What is a "Bad Interest Rate"?</title>We’ll also see instances of this happening, with entities within URLs not being decoded as well –
/wp-admin/post.php?post=439304&action=editThis appears to be an issue across the entire site. We’ve tried things ranging from disabling the wptexturize() function, to disabling Yoast, to disabling all plugins, all to no avail – the entities still remain encoded in the source.
This is an issue because the entities are displaying in Google search results.
Is there anything else that could be causing this issue that maybe we’ve overlooked? Any input at this point would be appreciated. Thanks.
The topic ‘HTML Entities Not Being Decoded?’ is closed to new replies.