我在使用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 – 修复双破折号
基础教程推荐
- dedecms根据来访IP区域自动跳转对应页面的方法 2022-07-21
- PbootCMS网站标题描述等标签限制字数的办法 2023-07-08
- dedecms织梦无需登录注册可下单购买的修改 2022-11-04
- 织梦DedeCMS搜索指定多个栏目文档的办法 2022-11-11
- dedecms织梦cms常用判断语句汇总 2022-06-24
- 织梦dedecms调用当前栏目文章数的方法 2022-11-08
- 织梦dedecms如何在dede:sql中使用[field:global.autoindex/] 2022-08-27
- pbootcms网站自动清理runtime缓存方法 2023-07-09
- dedecms织梦全局变量调用方法总结 2023-07-08
- pbootcms二次开发必须要了解的后台目录结构 2023-07-09