解决WordPress中连续两个减号的显示问题

2018-04-26

在WordPress中,经常遇到在后台添加新文章时,在内容中输入连续两个减号“-”,但在前台显示时,被转换成了破折号。

例如mysql --install会显示成mysql —install。

 

1、为了解决这个问题,我们可以添加一个名叫Quotmarks Replacer的WordPress插件。

2、这是插件的描述原文:

A plugin disables wptexturize founction that keeps all quotation marks and suspension points in half-width form.

大致意思是:通过禁用wptexturize函数,来保持所有半角状态下标点符号的显示样式。

3、参考来源:http://www.sunbloger.com/article/81.html

分类:wordpress | 标签: |

相关日志

评论被关闭!