WordPress :: How to get rid of curly quotes
Sep 25
If you are wordpress blogger who shares piece of code with readers, and if quotes gets converted in curly quotes by wordpress then it makes tough job for your readers to use that code. WordPress also has way to avoid this. You have to put following line in your functions.php file and your problem is solved. <?php remove_filter('the_content',...
Read More