WordPress FAQ

How to Moderate WordPress Comments Effectively

Community consensus suggests using custom user roles for moderation and dedicated plugins to disable unwanted comment spam effectively. medium confidence based on 6 community reports

Community consensus suggests using custom user roles for moderation and dedicated plugins to disable unwanted comment spam effectively.

Based on 6 community reports.

Linked sources: 6.

Known Issues

Community Q&A

How can I create a comment moderator role without post editing access?

You can use the add_role function in your functions.php file to create a custom role with only the moderate_comments capability.

What is the best way to stop comment spam in WordPress?

You can disable comments globally in Settings, use a plugin like Disable Comments, or turn off pingbacks to reduce automated spam.

Reddit Sources