If you are a webmaster, you must know how marketing guys make non-sense comment on your website almost everyday!
This is really annoying and alarming issue that every webmaster wants to avoid. Of course, you love to get appreciation from your readers & help them as well.
But getting non-sense comments on your blog post make it worthless and other readers also feel uncomfortable to read those comments.
If you are a sufferer like me & searching a way to prevent non-sense marketers to comment on your website, you are in the right place to learn how to stop comments on your WordPress Blog or Website?
How to Disable Leave a Reply or Comments form WordPress Pages & Posts?
Well, there are multiple possible ways that might help you removing comments from your WordPress blog. In this post, I am going to discuss all possible ways to stop commenting system from your WordPress blog.
More...
Before we start talking about the process of stop comment system, I need to inform you, comment system is important for SEO (Search Engine Optimization). Because, this help you engaging your blog readers & help them getting much precise solution of their problems.
So, I suggest you reconsider the Stop Commenting Process on Your WordPress website & activate spam filtering & prevent spam commenting on your WordPress Website.
This is be much better way to stop non-sense comments & help on your website SEO as well.
How Do I Remove the comment Box in WordPress?
You can simply stop comments option from the Settings>Discussion section. Just uncheck the box "Allow People to Post Comments on New Articles" and save the preferences.
Doing this, you can easily stop commenting on your new articles. No one will able to comment on your new article & you can later activate the feature using the same option.

How to Stop Commenting in WordPress Blog?
How To Disable Comments on Existing Posts WordPress?
If you already published the post, I suggest you using a simple plugin named "disable comment" that will help you stop commenting on your website. Also, you can make comment section invisible in the admin area using this excellent plugins as well.
You don't even need to worry about discussion setting. This is the coolest way of stopping the comments from your existing posts.
Another way I usually stop commenting is decrease the commenting time from 14 days to 0 day. This will stop the comment ability on your WordPress website instantly and help you not receiving any comment even you publish any new post.

Disable Commenting TIme
How to Disable Comments On All Posts of WordPress?
To prevent posting people on your posts, there has another simple way that I often use. You just click the screen option in the top right corner when you editing a WordPress post, then tick the Discussion box.

How to Stop Commenting on a single post?
This will bring discussion section on your WordPress post editing screen. Use the discussion are to allow or disable comments for that specific post. You can stop Trackbacks & Ping backs for that specific post as well using the same option.

How to Disable Comments in WordPress Page?
To remove comment section from pages, you can use the trick mentioned above for posts. Just edit a page, click the Screen Options from the top right corner, check the Discussion box and unchecked the "Allow Comment" option.
If want to completely remove the comment section from your WordPress pages. Then you have to edit the Page Template of your WordPress theme. The clever way is creating a Child Theme before you edit your WordPress theme.
On your page template, you have find below mentioned code & have to remove it.
<!--?php comments_template( '', true ); ?-->
How to Disable Comments Site Wide on WordPress ?
If you want to completely remove comments site wide, then you need to add some codes on your theme functions file. If you are not an expert, I don't recommend you to apply this method on your website.
Rather, you can hire an expert to help you regarding the issue. Because, editing function files sometimes cause fatal error or unwanted site damage.
Creating a child-theme & editing on your child theme is the safest way of editing theme files without damaging site layouts and functionalities.
To disable site wide comments on WordPress website, you need to add below lines on your child theme function file.
//disable comments from WordPress Pages
add_action('init', 'remove_comment_support', 100);
function remove_comment_support() {
remove_post_type_support( 'page', 'comments' );
}
How to Remove Leave a Comment in WordPress?
I often get some related question from my readers that is already covered in the topic. Following above methods, you can easily Disable WordPress Leave A Reply Comment Issue on your WP Sites.
- Disable Comments WordPress Plugin
- Remove Comment Box WordPress
- Disable Comments Facebook
- How To Disable Comments Instagram
- Disable Leave A Reply WordPress
- Turn Off Comments Word
- WordPress Disable comments completely
- WordPress Remove comments section
- WordPress Hide comments
How To Disable Comments on Media of WordPress?
To disable comments on uploaded media on your WordPress blog, you have to edit a a media from media library that is accessible on Dashboard>Media>Library.

Edit More Details
You will find the same "Screen Options" button at the top right corner that will help you make the Discussion area visible. Once you make the Discussion area visible, you can easily disallow people commenting on media file of your WordPress website.
If you are still confused or couldn't understand from where to start, please leave a comment below.
Wants to Get Regular Update from WPPathFinder?
Subscribe Our Newsletter