@eleosweb – IF the code is being written with “smart” quotes then it would likely be something either in your server environment forcing those to be used or a conflict with another active plugin (although I would lean towards a server environment variable), especially if you are able to sort this out by removing the quotes.
Thanks!
– Cais.
@photocrati –
Thanks, i’ve disabled all plugins, but the result is the same…..
How can see if the problem comes from a server environnement variable and fix it ?
Thanks !
Franck
@eleosweb – Have your web host check for any “smart” quotes settings or environment variables that work with them.
Thanks!
– Cais.
@photocrati – How can i check it, i’m newbie…..
Hello,
I had the same problem
I Asked if the problem was not wordpress and interpretation quotes (especially for the French version for me) . So I put the following code
remove_filter(‘the_content’, ‘wptexturize’);
in function.php of my theme by FTP and it seems that it works.
Can you confirm?
@rboj – Thanks for your help, but it doesn’t work….
@eleosweb – You should be able to reach your web hosting service’s support / technical help staff and ask them …
– Cais.