Schakel automatische opmaak uit - CSS-trucs

Inhoudsopgave

Voeg toe aan het functions.php-bestand

remove_filter('the_content', 'wptexturize'); remove_filter('the_excerpt', 'wptexturize'); remove_filter('comment_text', 'wptexturize'); remove_filter('the_title', 'wptexturize');

de wptexturize-functie is verantwoordelijk voor veel automatische wijzigingen aan tekst die is opgeslagen in WordPress, zoals automatische elipsen (...), em en en streepjes, typografen aanhalingstekens, enz.

Interessante artikelen...