," />

亚洲一二区制服无码中字,国产无套露脸在线观看,中文字幕丝袜人妻制服丝袜在线,国内精品自线在拍2020不卡,香蕉影院在线观看

您的位置:首頁 > wordpress

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

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

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

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

對于一般寫單純碼文字的人來說,這個自動將英文半角符號轉(zhuǎn)換成全角符號,是很方便、智能。

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

禁止字符轉(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. }

當然,你還可以將上面的代碼分別下面的形式:

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

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

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

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

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

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

24小時服務(wù)熱線 18696588163
創(chuàng)意化數(shù)字品牌整合網(wǎng)絡(luò)營銷
營銷網(wǎng)站讓你坐等商機坐傭客戶,Rss

版權(quán)所有:重慶安菲科技有限公司

版權(quán)所有:重慶安菲科技有限公司
友情連接link: