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.

Article Word Count Column

Description

Description: Adds the word count of each post and page to the list in the admin area and makes the column sortable. No settings.

Reviews

April 6, 2023
very happy with this, I was looking for an easy way to get a word count for all the pages (not posts) on my site, and various code snippets didn’t work with divi. I installed this, activated and boom, there’s the word count so I can do it. Does exactly what it says on the tin, good job!
March 30, 2023
Hi Priit Thank you for this fine lil’ plugin! I had to the following lines of code (at the end) to make the word count column sortable in the reusable blocks view: add_filter(‘manage_edit-wp_block_sortable_columns’, function($columns) { $columns[’word_count’] = ‘word_count’; return $columns; }); Consider adding it to the plugin:) Thanks again!Oliver
Read all 3 reviews

Contributors & Developers

“Article Word Count Column” is open source software. The following people have contributed to this plugin.

Contributors