将下面代码复制到 wp 主题的 functiоns.php 文件里:
//字数统计 functiоn count_words ($text) { global $post; if ( \'\' == $text ) { $text = $post->post_content; if (mb_strlen($output, \'UTF-8\') < mb_strlen($text, \'UTF-8\')) $output .= \'本文共计有\' . mb_strlen(preg_replace(\'/\\s/\',\'\',html_entity_decode(strip_tags($post->post_content))),\'UTF-8\') . \'个字\'; return $output; } }
<?php echo count_words ($text); ?>
放在文章配置文件(合适的位置就可以了)测试中文统计正常,英文统计字母。
标签:
本文链接:https://www.xiaba.cc/html/2124.html
版权声明:站内所有文章皆来自网络转载,只供模板演示使用,并无任何其它意义!