Viewing 7 replies - 1 through 7 (of 7 total)
  • I have a similar problem with the short code

    if ( shortcode_exists( 'fbcomments' ) )
    {
      echo do_shortcode('[fbcomments count="off"]');
    }

    Comment count still shows

    I’d like to know this too – can’t remove comments on this post: Sydney wedding photographer

    I’m having the same problem.

    I don’t see the “show comment count” box in the plugin settings page at all. Would love to have it.

    Presently, the comments count is shown twice:

    One count from this WordPress plugin,

    Another count (on the next line) from the Facebook plugin.

    This is confusing. It would be nice to be able to control which count to show…

    I’m having the same issue as ymf. The comment count is showing from WordPress and Facebook. Further, I post a test comment from Facebook and then delete it, the Facebook comment count is 0 but the WP comment count is 1.

    Any love on this? Seems like a simple thing to fix.

    Simply hide the surrounding element via CSS. In my case div.comments-area > p { display: none; } is working great

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How NOT to display comment count’ is closed to new replies.