Forums
(@calande)
7 years, 8 months ago
I found the solution of the problem in this tutorial. In functions.php of the theme, I just had to add this snippet: remove_filter('the_content', 'wptexturize'); 😉
remove_filter('the_content', 'wptexturize');
7 years, 9 months ago
Thank you, will try…