有时候寻求帮助是为自己找到帮助的最好方式。运气的作用很奇怪,不是吗?
我只需要在函数中添加这些行。我的主题的php
//Remove from Post Content
remove_filter(\'the_content\', \'wptexturize\');
//Remove from Post Title
remove_filter(\'the_title\', \'wptexturize\');
//Remove from Post Excerpt
remove_filter(\'the_excerpt\', \'wptexturize\');
//Remove from Post Comments
remove_filter(\'comment_text\', \'wptexturize\');