- Guide
- Beginner
- 4 minutes read
- Reviewed August 5, 2026
- WordPress administration and configuration
Discussion Settings define the default behavior of comments and related interaction features.
They influence whether new content accepts comments, how submissions are moderated, when notifications are sent and how commenter identity and avatars are displayed.
Default Article Settings
WordPress can attempt to notify linked sites and accept pingbacks or trackbacks. These older link-notification systems are not required for normal hyperlinks and can generate spam.
The option allowing comments on new posts establishes a default for future content. Existing posts retain their individual settings unless changed separately.
Commenter Requirements
WordPress can require commenters to provide a name and email address or restrict comments to registered users.
These choices affect participation, spam, personal-data collection and account responsibilities. Collect only information with a defined purpose.
Closing, Threading and Pagination
Comments can close automatically after a selected number of days. Threaded comments allow nested replies, but deep nesting can become difficult on mobile devices.
Pagination can improve performance on active discussions but affects navigation and context.
Email Notifications
WordPress can notify administrators when a comment is submitted or held for moderation. These messages depend on working email delivery.
High-volume sites should not rely exclusively on inbox notifications.
Approval and Moderation
Common approaches include approving every comment, allowing previously approved authors or combining automated spam detection with human review.
Moderation rules can hold or disallow comments based on link count and matched terms. Test broad terms carefully to avoid false positives.
Avatars
WordPress can display avatars associated with email addresses through an external service. This can have privacy implications.
Per-Content Overrides
Individual posts and pages can override comment availability. This supports different policies for articles, legal pages and support content.
Plan a Comment Policy
Define which content accepts comments, who moderates, what behavior is unacceptable, how personal information is processed and how long data is retained.
Frequently Asked Questions
Does disabling comments on new posts close existing comments?
No. It changes the default for future content.
Are pingbacks required for SEO?
No.
Can comments be limited to registered users?
Yes, with additional account and privacy responsibilities.
Applying Discussion and Comment Settings in a Real WordPress Project
Record the current value, the reason for the change and the expected result. Make important configuration changes in a controlled window, test the affected workflows and document settings that another administrator will need to understand.
A connected concept is Essential WordPress Settings After Installation. Reading the two together helps separate the immediate task from the wider WordPress responsibility.
A useful implementation begins by writing down the current state, the intended outcome and the evidence that will prove the change worked. This prevents a configuration screen, plugin recommendation or code snippet from becoming the entire strategy.
A Practical Example
Imagine a team making this decision for a production WordPress site. The useful question is not only “Can WordPress do this?” but “Which layer owns it, who maintains it, what data does it affect and how will we verify it after an update?”
Write the answer in operational terms. Name the content, user, setting, file, API or service involved. Then identify what should remain true if the theme changes, a plugin is replaced or the site is migrated.
Questions to Ask
- What user or system problem does this solve?
- Which WordPress layer owns the behaviour?
- What data is created or changed?
- Who may perform the action?
- What can fail, and how will that failure be visible?
- How is the result tested after updates?
- What is the migration or removal path?
Official Reference Context
The Plugin Handbook is the primary version-specific reference for this topic. Use the current documentation to verify interface labels, supported APIs and behaviour before applying instructions to a production site.
How to Verify the Result
- Record the previous setting and the expected change.
- Test frontend, administration, email, scheduled tasks and affected integrations.
- Confirm that the configuration is documented for handover and recovery.
Editorial and Operational Review Checklist
- The article answers its primary question in the opening paragraphs.
- Terms are defined before advanced detail is introduced.
- Examples use realistic WordPress objects, users or workflows.
- Version-sensitive behaviour is linked to an official source.
- Security, accessibility, performance and maintenance implications are acknowledged where relevant.
- The reader has a clear way to validate the result.
- Internal links lead to prerequisites and deeper related material.
- The final implementation can be handed to another person without relying on undocumented knowledge.
Related Articles
- Essential WordPress Settings After Installation
- Spam and Form Security
- WordPress Users and User Profiles
- Personal Data and User Privacy
Sources and Further Reading
Continue Learning
- Section: Administration
- Previous: Writing and Reading Settings
- Next: WordPress Media Settings