• Hi: I’ve had a strange problem on and off with comments not showing on one specific post. All the other posts on the same blog are fine.

    Also, on the problem post, everything below the comment section isn’t showing either. The source code just cuts off.

    Problem post

    Other post on the same blog – this one is fine

    When I comment out the “comments_template();” call in single.php, the footer on the problem post shows fine. So something must be happening within that call or the comment.php file.

    It’s all customized so there could be code errors, but it’s irritating that it only happens on that one post.

    Any ideas? Is there a way to enable debug code so I would get an error message when the source code cuts off?

    Thanks,
    Thomas

Viewing 1 replies (of 1 total)
  • To enable debug, edit wp-config.php around line 80:

    define('WP_DEBUG', true);
    

    But, using debug causing other pages to show not just errors but also notices information that can be annoying for your blog readers. It is better to backup the blog and restore it into your development machine and doing debug there.

Viewing 1 replies (of 1 total)
  • The topic ‘STrange: COmments not showing only on one post…’ is closed to new replies.