Viewing 2 replies - 1 through 2 (of 2 total)
  • ColdForged

    (@coldforged)

    It’s likely that WordPress is converting the character in the title on the index to a different character. You can try adding the following code to the plugin down at the bottom where the add_filter( 'the_title'...) code is:

    remove_filter('the_title', 'wptexturize');

    Thread Starter jimscheel

    (@jimscheel)

    You are the man!

    Thank you!

    It’s working!

    https://www.jimboscorner.dk/?p=1528

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘image-header’ is closed to new replies.