您的位置:首页 > wordpress

WordPress 禁止将英文半角符号转换成全角符号(字符转义)
wordpress 2023-12-16编辑:深圳网站建设阅读( WordPress 全角 符号

今天客户的网站刚用到的,记录一下,以后就知道了。菜单选项的转义用the_title即可解决。

WordPress 模式使用了 wptexturize函数将纯文本字符转换成格式化的 HTML 实体。

标签 <pre>, <code>, <kbd>, <style>, <script>和<tt>中的文本被忽略。

对于一般写单纯码文字的人来说,这个自动将英文半角符号转换成全角符号,是很方便、智能。

但如果你经常要粘贴一些代码,而且没有使用专门的代码高亮插件,你会发现,你代码中的半角符号都会被转换成全角了!别人复制后,根本没办法直接使用!

禁止字符转义的所有代码如下,你可以根据自己的需要,选自己要的代码,添加到主题的 functions.php 文件:

  1. // 取消转义 Quotmarks Replacer
  2. $qmr_work_tags = array(
  3. 'the_title', // http://codex.wordpress.org/Function_Reference/the_title
  4. 'the_content', // http://codex.wordpress.org/Function_Reference/the_content
  5. 'the_excerpt', // http://codex.wordpress.org/Function_Reference/the_excerpt
  6. // 'list_cats', Deprecated. http://codex.wordpress.org/Function_Reference/list_cats
  7. 'single_post_title', // http://codex.wordpress.org/Function_Reference/single_post_title
  8. 'comment_author', // http://codex.wordpress.org/Function_Reference/comment_author
  9. 'comment_text', // http://codex.wordpress.org/Function_Reference/comment_text
  10. // 'link_name', Deprecated.
  11. // 'link_notes', Deprecated.
  12. 'link_description', // Deprecated, but still widely used.
  13. 'bloginfo', // http://codex.wordpress.org/Function_Reference/bloginfo
  14. 'wp_title', // http://codex.wordpress.org/Function_Reference/wp_title
  15. 'term_description', // http://codex.wordpress.org/Function_Reference/term_description
  16. 'category_description', // http://codex.wordpress.org/Function_Reference/category_description
  17. 'widget_title', // Used by all widgets in themes
  18. 'widget_text' // Used by all widgets in themes
  19. );
  20. foreach ( $qmr_work_tags as $qmr_work_tag ) {
  21. remove_filter ($qmr_work_tag, 'wptexturize');
  22. }

当然,你还可以将上面的代码分别下面的形式:

  1. /取消内容转义
  2. remove_filter('the_content', 'wptexturize');
  3. //取消摘要转义
  4. remove_filter('the_excerpt', 'wptexturize');
  5. //取消评论转义
  6. remove_filter('comment_text', 'wptexturize');

如果不想修改代码的,直接下载安装 Quotmarks Replacer 插件。

相关文件下载地址 城通网盘下载 下载资源版权归作者所有;本站所有资源均来源于网络,仅供学习使用,请支持正版!
服务范围:WordPress搭建、WordPress主题开发、WordPress二次开发、WordPress插件开发
其它服务:网站建设、企业邮箱、数字证书ssl、400电话、
技术标签:企业网站、外贸网站、外贸商城、其它问题
联系方式:电话:13714666846 微信同号

企业网站定制

企业网站定制 根据企业需求,量身定制设计

企业网站定制:2800元起
添加微信 请说明来意
联系我们
站内搜索 MORE+

24小时服务热线 0755-29765948
  • 地址:深圳市罗湖区人民北路2033号206
  • 电话:0755-29765948 传真:82256610
  • 手机:13714666846 18948334877
  • 邮箱:gong@ew35.com 164761418@qq.com
  • 粤ICP备14049207号
创意化数字品牌整合网络营销
营销网站让你坐等商机坐佣客户,Rss

版权所有:深圳市网商在线科技有限公司

版权所有:深圳市网商在线科技有限公司
友情连接link: