WordPress 文章字数统计代码 将下面代码扔到主题的 functions.php 文件 php //字数统计 function count_words ($text) { global $post; if ( ''... 2023-01-17 Wordpress 微言心语 28 # wordpress # 字数统计