• I’m trying to write a post about 501(c)4 organizations, but WordPress insists on changing it to 501©4. How do I stop this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Uh oh, that is wptexturize, a formatting plugin, at work.
    Comment out, or delete
    line 34 : $curl = preg_replace(“/\(c\)/i”, ‘©’, $curl);
    in wp-includes/functions-formatting.php

    There is a plugin that disables these formatting functions on a per-post basis. I think it was Alex King who made that available. I haven’t tried it though.

    This thread is exactly why God made support forums. Many thanks for saving a few of my brain cells. (I _KNEW_ I didn’t have Textile running, yet . . . .)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘(c) vs ©’ is closed to new replies.