• all of my blogs are set not to allow signups, and all blogs are set, you must be logged in to comment on the blog.

    but I continue to get emails regarding:

    Please moderate this comment….

    1: How do I stop blog comments?
    2: How do I discontinue “please moderate” emails?

    Thinks….

Viewing 1 replies (of 1 total)
  • Hi dscurlock,

    It sounds like maybe some of your Posts or Pages have comments enabled. You will want to check all of your Posts and Pages (not just Settings > Discussion) to see if any are set to allow comments and close them if they are.

    If you have too many Posts and Pages to check through the WordPress dashboard, I would recommend using PHPmyAdmin and running a select query like this:

    UPDATE posts p SET comment_status = 'closed', ping_status = 'closed' WHERE comment_status = 'open';

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘how to stop please moderate emails….’ is closed to new replies.