[Plugin: wp-Typography] This plugin can cause errors in the head when wp_head writes link elements
-
This plugin can cause problems in the wp_head by adding html tags where they shouldn’t be. For example, this is some code I found in my wp_head, and I had to adjust the title of the post to remove an acronym because the plugin was putting a span around it.
<link rel="alternate" type="application/rss+xml" title="What Is <span class="caps">SEO</span> Comments" href="https://techstudio.co/?feed=rss2&p=97" /></head><body class="body-class" id="loc-Mount Pleasant-SC">
As you can see, the span tag in the title attribute breaks the code there.
So this brings me to the suggestion, strip tags before passing the attritube to whatever code writes those link elements.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘[Plugin: wp-Typography] This plugin can cause errors in the head when wp_head writes link elements’ is closed to new replies.