• Resolved tomskus

    (@tomskus)


    I’m trying to use a theme called Jenny but if I have apostrophes in the title they get dropped when I preview or publish. Changing the theme and the issue goes away.

    Anything bearing the slightest resemblance to help, gratefully appreciated.

    Latest versions of everything installed, including today’s update.

Viewing 1 replies (of 1 total)
  • Thread Starter tomskus

    (@tomskus)

    Well after a deal of searching and googling a solution provided itself in the form of adding:

    remove_filter (‘single_post_title’, ‘wptexturize’);
    remove_filter (‘bloginfo’, ‘wptexturize’);
    remove_filter (‘wp_title’, ‘wptexturize’);
    remove_filter (‘the_title’, ‘wptexturize’);

    To the functions.php file of the theme. Just before the last ?>

    https://forum.bytesforall.com/showthread.php?t=2932 gave the goods ??

Viewing 1 replies (of 1 total)
  • The topic ‘Apostrophes dropped in post title.’ is closed to new replies.