wordpress formatting.php - 修复双破折号

时间:2013-12-14 00:01:11

标签: php regex wordpress path directory

我在使用wordpress时遇到问题,因为它会自动将双“ - ”转换为长划线。我在这篇短文中提到了一个快速解决方法:

唯一的问题是,从我在webbrowser上的wordpress在线上的仪表板,我无法弄清楚在哪里/如何找到文件wordpress / wp-includes / formatting.php需要编辑以解决问题

我还检查了关于wordpress的其他答案,例如

但是他们没有提到任何关于如何/在哪里找到文件wordpress / wp-includes / formatting.php。

任何意见或建议都受到高度赞赏。

3 个答案:

答案 0 :(得分:3)

试试这个:

[code language="css"]
   // your code here
   if(correct)
   { puts("my wordpress text now shows the dash " -- " this is cool!");
   }
[/code]

这应该可以解决问题。

答案 1 :(得分:2)

核心功能--codex | source)将

wptexturize()转换为“en dash”。这是一个禁用该功能的插件:https://gist.github.com/toscho/982554

答案 2 :(得分:1)

您需要访问服务器上的文件,然后才能按照文件路径进行操作。如果你有cPanel,你可以直接编辑文件,否则你可能需要设置一个ftp客户端,比如filezilla