How to remove curly quotes from WordPress

Sponsors

The apostrophe should be straight not curly in WordPress.

Just Open your functions.php file from your theme folder. If you did not created functions.php file then you can paste this code in your header.php file.

remove_filter(‘comment_text’, ‘wptexturize’);
remove_filter(‘the_title’, ‘wptexturize’);
remove_filter(‘the_content’, ‘wptexturize’);

This will solve your problem

You may like following Articles!

4 thoughts on “How to remove curly quotes from WordPress

  1. This is a exceptional post, I located your website searching google for a similar topic and arrived to this. I couldnt get to much different information on this article, so it was awesome to find this one. I will probably be returning to look at some other posts that you have another time.

  2. This is a good article, I was wondering if I could use this blog on my website, I will link it back to your website though. If this is a problem please let me know and I will take it down right away.

  3. This is a useful piece of writing, I discovered your weblog browsing yahoo for a related content and came to this. I couldnt get to much other material on this piece of writing, so it was wonderful to locate this one. I definitely will be back to look at some other posts that you have another time.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>