Title: Update Comments Count
Author: Pau Iglesias
Published: <strong>24. April 2015</strong>
Last modified: 31. August 2015

---

Plugins suchen

![](https://ps.w.org/update-comments-count/assets/banner-772x250.png?rev=1144375)

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

![](https://ps.w.org/update-comments-count/assets/icon-256x256.png?rev=1144375)

# Update Comments Count

 Von [Pau Iglesias](https://profiles.wordpress.org/pauiglesias/)

[Herunterladen](https://downloads.wordpress.org/plugin/update-comments-count.1.0.zip)

 * [Details](https://de.wordpress.org/plugins/update-comments-count/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/update-comments-count/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/update-comments-count/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/update-comments-count/#developers)

 [Support](https://wordpress.org/support/plugin/update-comments-count/)

## Beschreibung

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.

## Screenshots

[⌊Updating posts comments counter via AJAX⌉⌊Updating posts comments counter via 
AJAX⌉[

Updating posts comments counter via AJAX

## Installation

 1. Unzip and upload update-comments-count folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress
 3. 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.

## Rezensionen

![](https://secure.gravatar.com/avatar/ba8ffcefbaaec481373d85072fdfdae628449bf1ebae707ca57aa3b69dbbf350?
s=60&d=retro&r=g)

### 󠀁[Still works](https://wordpress.org/support/topic/still-works-209/)󠁿

 [Silkalns](https://profiles.wordpress.org/silkalns/) 2. September 2022

As of the time of writing, this plugin hasn’t been updated for over 7 years. However,
it still works using PHP 7.4 and WordPress 6.0.2. This plugin fixes an annoying 
thing that misleads users, so I highly recommend giving it a try even today.

![](https://secure.gravatar.com/avatar/807c709d4142e246c32a82d4f675a7d88ada930e468525567a32806e0746e870?
s=60&d=retro&r=g)

### 󠀁[Did the trick](https://wordpress.org/support/topic/did-the-trick-23/)󠁿

 [titsmaker](https://profiles.wordpress.org/titsmaker/) 25. Oktober 2019

The plugin helped me fixing the issue with wrong comment numbers after manipulating
comments via PHPMyAdmin. Still working with WP 5.2.4 and PHP 7.3.

![](https://secure.gravatar.com/avatar/4b001958f1b8050d6837b802765f5caa289e8ca6c294b4fed1f68df4c9822b5e?
s=60&d=retro&r=g)

### 󠀁[Worked perfectly](https://wordpress.org/support/topic/worked-perfectly-213/)󠁿

 [Ross Wintle](https://profiles.wordpress.org/magicroundabout/) 10. Mai 2019

Worked perfectly. Would be good to get the „Tested up to“ tag updated so you can
appear more prominently in search results in the repo. But thanks for making this–
saved me a ton of time!

![](https://secure.gravatar.com/avatar/cd503c634951c269213a8bb73c309ba4574ca0c66f85c16ce39531d1ee1b908d?
s=60&d=retro&r=g)

### 󠀁[Didn’t Do what I hoped](https://wordpress.org/support/topic/didnt-do-what-i-hoped/)󠁿

 [willywdev](https://profiles.wordpress.org/willywdev/) 3. Oktober 2018

I don’t know what its supposed to do, but it didnt do what I wanted. I made changes
to wp_posts comment_count but the numbers aren’t showing on the site. I hoped this
would force the site to update the count I changed from the backend Mysql, no go.

![](https://secure.gravatar.com/avatar/b6e3a631701c8ead5fb81cb5e8b294844ba6e252ae152d406d48118e92eba9e8?
s=60&d=retro&r=g)

### 󠀁[worked](https://wordpress.org/support/topic/worked-45/)󠁿

 [Kingsley Ibietela Felix](https://profiles.wordpress.org/iamkingsleyf/) 23. September
2018

It worked even though it has not been updated for long

![](https://secure.gravatar.com/avatar/268da3080311fe69b46bb1ff3a71637a556dc6bf2e705372505b9facb9e4525e?
s=60&d=retro&r=g)

### 󠀁[Still Works!!!](https://wordpress.org/support/topic/still-works-143/)󠁿

 [nickpagz](https://profiles.wordpress.org/npagazani/) 20. Juli 2018

After an import from wordpress.com the comment counts were way off. This worked 
perfectly. Thanks! WordPress version 4.9.7 and PHP 7.

 [ Alle 10 Rezensionen lesen ](https://wordpress.org/support/plugin/update-comments-count/reviews/)

## Mitwirkende und Entwickler

„Update Comments Count“ ist Open-Source-Software. Folgende Menschen haben an diesem
Plugin mitgewirkt:

Mitwirkende

 *   [ Pau Iglesias ](https://profiles.wordpress.org/pauiglesias/)
 *   [ Blogestudio ](https://profiles.wordpress.org/blogestudio/)

[Übersetze „Update Comments Count“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/update-comments-count)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/update-comments-count/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/update-comments-count/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/update-comments-count/)
per [RSS](https://plugins.trac.wordpress.org/log/update-comments-count/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.0

Release Date: April 23th, 2015

 * First and tested released until WordPress 4.2
 * Tested code from WordPress 3.3.2 version.

## Meta

 *  Version **1.0**
 *  Zuletzt aktualisiert **vor 11 Jahren**
 *  Aktive Installationen **60+**
 *  WordPress-Version ** 3.3.2 oder höher **
 *  Getestet bis **4.3.34**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/update-comments-count/)
 * Schlagwörter
 * [comment](https://de.wordpress.org/plugins/tags/comment/)[comments](https://de.wordpress.org/plugins/tags/comments/)
   [update comment](https://de.wordpress.org/plugins/tags/update-comment/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/update-comments-count/advanced/)

## Bewertungen

 4.2 von 5 Sternen.

 *  [  7 5-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/update-comments-count/reviews/?filter=5)
 *  [  1 4-Sterne-Rezension     ](https://wordpress.org/support/plugin/update-comments-count/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/update-comments-count/reviews/?filter=3)
 *  [  1 2-Sterne-Rezension     ](https://wordpress.org/support/plugin/update-comments-count/reviews/?filter=2)
 *  [  1 1-Sterne-Rezension     ](https://wordpress.org/support/plugin/update-comments-count/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/update-comments-count/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/update-comments-count/reviews/)

## Mitwirkende

 *   [ Pau Iglesias ](https://profiles.wordpress.org/pauiglesias/)
 *   [ Blogestudio ](https://profiles.wordpress.org/blogestudio/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/update-comments-count/)