Update Comments Count
Update Comments Count
Description
This plugin provides a simple method to update the comment counters stored in each post.
Works with multiple AJAX calls and processes packs of 50 posts by default.
For each entry, the comments counter is updated calling the WordPress function wp_update_comment_count_now.
Allows support for existing custom post types, and gives some plugin filters to change core configuration.
Installation
- Unzip and upload update-comments-count folder to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to menu Tools > Update Comments Count to start the updating process
Faq
Why do I need to update the posts comments counter?
Sometimes, when interacting with another plugins that deal with comments, the commments counter originally computed by WordPress can be wrong. This plugin solves this problem using massively the standar WordPress way.
Reviews
Still works
By Silkalns (silkalns) on September 2, 2022
Did the trick
By titsmaker on October 25, 2019
Worked perfectly
By Ross Wintle (magicroundabout) on May 10, 2019
Didn't Do what I hoped
By willywdev on October 3, 2018
worked
By Kingsley Felix (iamkingsleyf) on September 23, 2018
Still Works!!!
By nickpagz (npagazani) on July 20, 2018
Worked awesome
By erikjandelange on July 10, 2018
Doesn't Work
By anefarious1 on October 29, 2017
Works perfect
By Warren (rabbitwordpress) on March 23, 2017
Changelog
1.0
Release Date: April 23th, 2015
- First and tested released until WordPress 4.2
- Tested code from WordPress 3.3.2 version.
