Atspējot automātisko formatēšanu - CSS-triki

Satura rādītājs

Pievienot failam functions.php

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

funkcija wptexturize ir atbildīga par daudzām automātiskām WordPress glabātā teksta izmaiņām, piemēram, automātiskajām elipsēm (…), em un en domuzīmēm, tipogrāfu pēdiņām utt.

Interesanti raksti...