如何在WordPress文章中添加字数统计2009-02-01 首先在functions.php中添加如下代码: function count_words($str){ $words = 0; &...