【发布时间】:2011-05-11 16:00:53
【问题描述】:
我正在运行 Wordpress 循环,当我显示 the_title() 时,它会删除所有撇号...
Matt's Books 的内容显示为Matts Books。
我对formatting.php、post-template.php 和其他页面以及codex 进行了一些研究,但未能找到答案。
任何帮助将不胜感激。
编辑
这个问题的答案是简单地注释掉 wp-includes/default-filters.php 的第 103 行:
// Default Filters
// add_filter( 'the_title', 'wptexturize' ); /*comment out this line */
【问题讨论】:
-
如果你要写撇号,你应该首先了解它们是什么。我已经修正了你的问题标题和正文。