Delete Comments from WordPress Site Pages

Here’s a simple way to delete comments from your WordPress Site’s pages while maintaining these on your posts. Keep this in mind as we’re editing your WordPress PAGES not your POSTS. Very handy.

Remove comments from WordPress posts.

1) Click “Appearance on the left side

2) Click “Editor” on the left side

3) Click “page.php” or “single.php” on the right (use command-f or control-f to find quickly)

4) Find and delete (or comment out): <?php comments_template(); ?>

5) Save and you’re done!

If you’d like to delete comments from your posts follow the steps above, but in step three select … Read More