7b2美化-文章添加字数统计+预计阅读所需时间
以下代码放入b2/functions.php
function count_words_read_time () {
global $post;
$text_num = mb_strlen(preg_replace('/\s/','',html_entity_decode(strip_tags($post->post_content))),'UTF-8');
$read_time = ceil($text_num/400);
$output .= '本文共' . $text_num . '个字,预计阅读时间需要' . $read_time . '分钟。';
return $output;
}
打开\b2\TempParts\Single
目录
b2
有五种文章样式
自行引入代码到你需要的样式。
<?php echo count_words_read_time(); ?>
声明:本站部分文章来源于网络,如有危害到您的合法权益请联系客服