找到主题的function.php
文件插入以下代码,把第六行代码中的\pre
和后面的\/pre
前面反斜杠去掉,保存就可以在编辑器中看见pre
按钮了
// add more buttons to the html editor function appthemes_add_quicktags() { if (wp_script_is('quicktags')){ ?>
找到主题的function.php
文件插入以下代码,把第六行代码中的\pre
和后面的\/pre
前面反斜杠去掉,保存就可以在编辑器中看见pre
按钮了
// add more buttons to the html editor function appthemes_add_quicktags() { if (wp_script_is('quicktags')){ ?>
© 2025 laowang's blog — Powered by WordPress
Theme by Anders Noren — Up ↑
Leave a Reply
You must be logged in to post a comment.