• 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>childs&#82I7; 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 with remove_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 laddi.
    • This topic was modified 5 years, 3 months ago by laddi.

    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.