Title: Comments
Last modified: August 31, 2016

---

# Comments

 *  [ivanmihov](https://wordpress.org/support/users/ivanmihov/)
 * (@ivanmihov)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/comments-231/)
 * Hello,
    I’m using Jetpack with Listify theme. On the Stat page I do see the visitors
   and views information, but the “comments” stat always stays zero although I have
   new comments. What can be the reason for that? The comments are on listings (
   Wp Job Manager is installed) and I don’t use the Jetpack comment plunging, but
   I noticed that even if I enable it I don’t see comments statistics. Thank you.
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 3 months ago](https://wordpress.org/support/topic/comments-231/#post-6988888)
 * I’m sorry to hear you’ve run into issues.
 * Would you mind running a few tests with me, so we can try to fix this issue?
 * Could you let me know what happens when you leave a comment on a regular post?
   Does the counter increment then?
 * Could you also let me know your site URL, so I can have a look?
 * If you want it to remain private, you can also contact us via this contact form:
   
   [http://jetpack.me/contact-support/](http://jetpack.me/contact-support/)
 * Thanks!
 *  Thread Starter [ivanmihov](https://wordpress.org/support/users/ivanmihov/)
 * (@ivanmihov)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/comments-231/#post-6988899)
 * Hello, Thank you for your respond. I don’t have posts in my page and it didn’t
   come on my mind to try to comment post. So I created one and comment it and the
   Stat counts it immediately. Seems that the comments on listings are handled in
   different way. My site is: [http://imap.bg](http://imap.bg) – it is in Bulgarian
   language.
    The configuration is as follow: Theme – Listify – 1.2.0 WP Job Manager–
   1.23.13 I don’t use other plugins that are interfering with comments. Thanks!
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 3 months ago](https://wordpress.org/support/topic/comments-231/#post-6988942)
 * Thanks for the extra details!
 * Could you try to add the following in your theme’s functions.php file, or in 
   a [functionality plugin](https://wordpress.org/plugins/functionality/), and let
   me know if new comments get synchronized with WordPress.com?
 *     ```
       function jeherve_allow_my_post_types( $allowed_post_types ) {
       	$allowed_post_types[] = 'job_listing';
       	return $allowed_post_types;
       }
   
       add_filter( 'rest_api_allowed_post_types', 'jeherve_allow_my_post_types' );
       ```
   
 * Thanks!
 *  Thread Starter [ivanmihov](https://wordpress.org/support/users/ivanmihov/)
 * (@ivanmihov)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/comments-231/#post-6988958)
 * Hi,
    I added the code in my child theme functions.php, but the comments are still
   not counted. I trying with other setting, but still nothing … Is there something
   else you can advise? Thanks!
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 3 months ago](https://wordpress.org/support/topic/comments-231/#post-6988984)
 * Could you try to go to the Jetpack menu in your dashboard, scroll down to the
   bottom of the page, click on “Debug”, and then click on the Reindex button at
   the bottom of that page.
 * Let me know if it helps.
 *  Thread Starter [ivanmihov](https://wordpress.org/support/users/ivanmihov/)
 * (@ivanmihov)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/comments-231/#post-6988994)
 * Hi Jeremy,
    still nothing 🙁 The reindexing was done and I also tried to add 
   new dummy listings, but the counter doesn’t count the comments..
 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 3 months ago](https://wordpress.org/support/topic/comments-231/#post-6989006)
 * Thanks for giving it a try. That seems to be an issue with how we synchronize
   comments on Jetpack sites, especially comments on Custom Post Types, like the
   ones created by Wp Job Manager. We’re looking into the problem, and you can follow
   our progress here:
    [https://github.com/Automattic/wp-calypso/issues/2621](https://github.com/Automattic/wp-calypso/issues/2621)
 * I’ll also post again here when we make some progress on this.
 * Sorry for the inconvenience.
 *  Thread Starter [ivanmihov](https://wordpress.org/support/users/ivanmihov/)
 * (@ivanmihov)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/comments-231/#post-6989042)
 * Hello. Thanks for the feedback. I’ll follow the progress and hope that you’ll
   be able to fix it soon.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Comments’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [Jetpack comments](https://wordpress.org/support/topic-tag/jetpack-comments/)

 * 8 replies
 * 2 participants
 * Last reply from: [ivanmihov](https://wordpress.org/support/users/ivanmihov/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/comments-231/#post-6989042)
 * Status: not resolved