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
February 28, 2023
Super light-weight plugin to add the word count to post and page list.
Contributors & Developers
“Article Word Count Column” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Article Word Count Column” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
