禁用自动格式化

Avatar of Chris Coyier
Chris Coyier

添加到functions.php文件

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

wptexturize函数负责对WordPress中存储的文本进行大量自动修改,例如自动省略号(…)、em和en破折号、排版引号等。