Dodaj do pliku functions.php
remove_filter('the_content', 'wptexturize'); remove_filter('the_excerpt', 'wptexturize'); remove_filter('comment_text', 'wptexturize'); remove_filter('the_title', 'wptexturize');
funkcja wptexturize jest odpowiedzialna za wiele automatycznych zmian w tekście przechowywanym w WordPressie, takich jak automatyczne elipsy (…), em i en myślniki, cudzysłowy typograficzne itp.