CoreNext主题美化 - 添加文章字数和阅读时间显示
经常阅读好软猫的朋友是否发现每篇文章都有阅读字数和阅读时间显示,这并不是我在写文章的时候手动添加的,而是通过添加代码完成的,教程来啦。
效果演示
详细教程
将以下代码放入functions.php
中
将以下代码放入wp-content/themes/CoreNext-Child/template/single.php
中
<!--文章字数和阅读时间_好软猫[www.haoruanmao.com]--><i class="fa fa-hourglass-start"></i> <?php echo count_words_read_time(); ?>
THE END