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?
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?
You must log in to post.