," />

最新在线看的黄网|伊人久久久久久久网站|日本a视频专区二|欧美A级无码毛片|有扫五av在线播放|好屌日aV在线播放|内射福利视频导航|极品少妇一区二区视频|无吗在线一区播放|性爱黄色视频不卡

您的位置:首頁(yè) > wordpress

WordPress 禁止將英文半角符號(hào)轉(zhuǎn)換成全角符號(hào)(字符轉(zhuǎn)義)
wordpress 2023-12-16編輯:深圳網(wǎng)站建設(shè)閱讀( WordPress 全角 符號(hào)

今天客戶的網(wǎng)站剛用到的,記錄一下,以后就知道了。菜單選項(xiàng)的轉(zhuǎn)義用the_title即可解決。

WordPress 模式使用了 wptexturize函數(shù)將純文本字符轉(zhuǎn)換成格式化的 HTML 實(shí)體。

標(biāo)簽 <pre>, <code>, <kbd>, <style>, <script>和<tt>中的文本被忽略。

對(duì)于一般寫(xiě)單純碼文字的人來(lái)說(shuō),這個(gè)自動(dòng)將英文半角符號(hào)轉(zhuǎn)換成全角符號(hào),是很方便、智能。

但如果你經(jīng)常要粘貼一些代碼,而且沒(méi)有使用專(zhuān)門(mén)的代碼高亮插件,你會(huì)發(fā)現(xiàn),你代碼中的半角符號(hào)都會(huì)被轉(zhuǎn)換成全角了!別人復(fù)制后,根本沒(méi)辦法直接使用!

禁止字符轉(zhuǎn)義的所有代碼如下,你可以根據(jù)自己的需要,選自己要的代碼,添加到主題的 functions.php 文件:

  1. // 取消轉(zhuǎn)義 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. }

當(dāng)然,你還可以將上面的代碼分別下面的形式:

  1. /取消內(nèi)容轉(zhuǎn)義
  2. remove_filter('the_content', 'wptexturize');
  3. //取消摘要轉(zhuǎn)義
  4. remove_filter('the_excerpt', 'wptexturize');
  5. //取消評(píng)論轉(zhuǎn)義
  6. remove_filter('comment_text', 'wptexturize');

如果不想修改代碼的,直接下載安裝 Quotmarks Replacer 插件。

相關(guān)文件下載地址 城通網(wǎng)盤(pán)下載 下載資源版權(quán)歸作者所有;本站所有資源均來(lái)源于網(wǎng)絡(luò),僅供學(xué)習(xí)使用,請(qǐng)支持正版!
服務(wù)范圍:WordPress搭建、WordPress主題開(kāi)發(fā)、WordPress二次開(kāi)發(fā)、WordPress插件開(kāi)發(fā)
其它服務(wù):網(wǎng)站建設(shè)、企業(yè)郵箱、數(shù)字證書(shū)ssl、400電話、
技術(shù)標(biāo)簽:企業(yè)網(wǎng)站、外貿(mào)網(wǎng)站、外貿(mào)商城、其它問(wèn)題
聯(lián)系方式:電話:13714666846 微信同號(hào)

企業(yè)網(wǎng)站定制

企業(yè)網(wǎng)站定制 根據(jù)企業(yè)需求,量身定制設(shè)計(jì)

企業(yè)網(wǎng)站定制:2800元起
添加微信 請(qǐng)說(shuō)明來(lái)意
聯(lián)系我們
站內(nèi)搜索 MORE+

24小時(shí)服務(wù)熱線 0755-29765948
  • 地址:深圳市羅湖區(qū)人民北路2033號(hào)206
  • 電話:0755-29765948 傳真:82256610
  • 手機(jī):13714666846 18948334877
  • 郵箱:gong@ew35.com 164761418@qq.com
  • 粵ICP備14049207號(hào)
創(chuàng)意化數(shù)字品牌整合網(wǎng)絡(luò)營(yíng)銷(xiāo)
營(yíng)銷(xiāo)網(wǎng)站讓你坐等商機(jī)坐傭客戶,Rss

版權(quán)所有:深圳市網(wǎng)商在線科技有限公司

版權(quán)所有:深圳市網(wǎng)商在線科技有限公司
友情連接link: