Showing HTML Code in Title Tag
-
I am facing a problem in <title> tag.
It does not decode single quote (‘) or other special characters rather it show HTML code of special characters. Eg.<title>childsRI7; play</title>It should be like:
<title>child's play</title>I don’t know how to fix it. Please help!
I can fix
the_title()tag withremove_filter( 'the_title', 'wptexturize' );
But it’s not working for wp_title neither add_theme_support.- This topic was modified 5 years, 3 months ago by .
- This topic was modified 5 years, 3 months ago by .
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Showing HTML Code in Title Tag’ is closed to new replies.