我在使用wordpress时遇到问题,因为它会自动将双“ – ”转换为长划线.我在这篇简短的文章中提到了一个快速解决方法: WordPress – Fix double dash problem唯一的问题是,从我的webbrowser在线wordpress上的仪表板...

我在使用wordpress时遇到问题,因为它会自动将双“ – ”转换为长划线.我在这篇简短的文章中提到了一个快速解决方法:
> WordPress – Fix double dash problem
唯一的问题是,从我的webbrowser在线wordpress上的仪表板,我无法弄清楚在哪里/如何找到文件wordpress / wp-includes / formatting.php需要编辑以解决问题.
我还检查了关于wordpress的其他答案,例如
> how to modify date format in wordpress list comments
> How to customize Date Format in WordPress
> WordPress disable code editor formatting for a page
但是他们没有提到任何关于如何/在哪里找到文件wordpress / wp-includes / formatting.php的内容.
任何意见或建议都非常感谢.
解决方法:
试试这个:
[code language="css"]
// your code here
if(correct)
{ puts("my wordpress text now shows the dash " -- " this is cool!");
}
[/code]
这应该够了吧.
本文标题为:wordpress formatting.php – 修复双破折号


- 怎么安装使用PbootCMS网站模板 2023-07-08
- dedecms织梦列表页标题增加页码的方法 2022-07-22
- pbootcms文章插入图片不固定宽高的办法 2023-07-08
- pbootcms去除ueditor编辑器图片自动添加的title和alt属性 2023-07-08
- 织梦采集标题不完整的解决方法,修改标题长度 2022-07-14
- PbootCMS网站标题描述等标签限制字数的办法 2023-07-08
- 织梦DedeCMS如何实现文章列表隔行换色变样式 2023-07-08
- 织梦dedecms点击数统计控制(刷新页面不新增点击数) 2022-07-20
- 织梦dedecms最全的清除文档的sql语句 2022-06-24
- PbootCMS伪静态配置教程以及各web容器配置规则 2023-07-08