sometimes i have Post Titles that contains 2 minus signs side by side (--) but wordpress is always removing one of the minus sign. Looks like:
My--Text
into
My-Text
any idea how to disable it?
Best regards, Chris
|
|
|
yes I believe you can stop that by disabling the wptexturize function:
... for example. You can add that to you themes functions.php file. |
|||
|
|