Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nickpalm

    (@nickpalm)

    Well, the tweet didn’t embed, but check out the twitter feed ??

    Thread Starter nickpalm

    (@nickpalm)

    Finally figured this out. Added this to the top-core.php and now it renders punctuation correctly. Yay!

    $title = preg_replace('/\s\s+/', ' ', $title);
    $title = str_replace(''', "'", $title);
    $title = str_replace('"', '"', $title);
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘apostrophes not rendering properly’ is closed to new replies.