Post Word Count
-
I use this:
<?php $count_posts = wp_count_posts(); echo $count_posts->publish; ?>to count the number of posts but I’d like to show the total number of words in the blog WITHOUT using a plugin. Anyone know of a way to do this?
The topic ‘Post Word Count’ is closed to new replies.