Archived topic
How to stop converting - - to – ?
7 replies · Started by Ogi22 on November 3, 2018
How to stop converting -- to – ?
how to stop converting two dashes to one long?
Hi there,
Can you try if this works?
https://wordpress.stackexchange.com/questions/60379/how-to-prevent-automatic-conversion-of-dashes-to-ndash
If not you will have to ask WordPress support as this isn't controlled by GP.
Yes. I already noticed.
I'm sorry to bother with this question in the wrong place.
OS: how do you do so great support?
You are so prompt, specific, and willing.
No problem!
So did the code work?
We take support very seriously :)
Yes, it works.
I write to mi function.php in child theme this code:
remove_filter( 'the_title', 'wptexturize' );
remove_filter( 'the_content', 'wptexturize' );
remove_filter( 'the_excerpt', 'wptexturize' );
Awesome :)
This should come in handy for someone else too.
how to stop others from using my generatepress theme which I have used in https://www.habpl.com
Hi Nitesh,
can you explain what the issue is ?