This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

FD Word Statistics Plugin

Description

AS OF MAY 2016, THIS PLUGIN IS NOT BEING MAINTAINED AND WILL NOT RECEIVE ANY FUTURE UPDATES.
CONTACT ME IF YOU’D LIKE TO LIST AN ALTERNATIVE HERE.

Shows word and sentence counts plus a readability analysis of the post
currently being edited using three different readability measurements.

Readability analysis is an attempt to show how difficult a text is to read.
There are several methods of doing readability analysis. The most popular
methods are used here. The Flesch and Flesch-Kincaid methods use formulas based
on the average number of words per sentence and the average number of syllables
per word. The Gunning-Fog method uses a formula based on the average number of
words per sentence and the percentage of “hard” words (words with 3 or more
syllables) in the passage.

Both the Gunning-Fog and the Flesch-Kincaid give a score that is the number of
years of education the reader must have completed to understand the text.
Different types of writing calls for different scores. Technical subjects may
require a higher level of education so a higher Fog or Kincaid score is
acceptable. Informal writing may try for a score in the 7-10 range. The Flesch
score is a percentage. The higher the value, the better the readability.

Installation

  1. Copy fdwordstats.php into wp-content/plugins
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ-e

Can I include statistics in my posts?

Yes. See http://flagrantdisregard.com/wordstats/ for more information.

Reviews

03 September 2016
A very useful plugin for the verbose... Readability scoring should be on any content editor's checklist. Thanks!
Read all 2 reviews

Contributors & Developers

“FD Word Statistics Plugin” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.3

  • Moved information into a meta box titled “Writing analysis”
  • Requires version 3.0 or higher