tag word count
Post word count
wordpress snippet
Adding this PHP code to the functions.php of your wordpress theme adds a count of total published words to the bottom of the “Right Now” box on the admin dashboard.
read moreRequire minimum word count
wordpress snippet
Adding this code to your functions.php of your wordpress theme will require all posts to have a minimum of 100 words before they can be published.
read morethis months featured snippets
Display word count
wordpress snippet
Adding this first PHP code snipp in your funtions.php then place the echo wcount(); within the loop of your wordpress theme and return the word count for the post.
read more










