You can do by adding few lines of code in functions.php or using Disable Comment plugin.
But adding few lines of code would be great.
Steps:
- Go to Editor > Open functions.php file.
- Scroll down to the end of file and add lines of code given below
function comments_custom_settings($fields) { unset($fields['url']); unset($fields['email']); return $fields; } add_filter('comment_form_default_fields','comments_custom_settings');
- Save it and check.
I hope this answer helps you!
Related Posts:
- How to add a class to the comment submit button?
- Would switching to InnoDB from MyISAM improve performance of comments table?
- Comments screen in backend, how to disable email address of commenter for non admins
- How can I limit the number of comments per registered user per day?
- Parent comment’s author name
- get_comments_number of depth-1 (Level 1) (1 post)
- How can I control the comment counts filtering my CPT replies?
- How to auto-approve internal pingbacks?
- List Recent Comments from Across a Multi-site Network
- Can I store my custom comment_type into wp_comments table?
- Comments waiting but no comments found
- Number of External Links in Comments – Moderation Option
- What is comment_karma?
- How to override function twentyten_comment
- Disqus over the default commenting engine, what are some pros and cons?
- How To Remove The “Click here to cancel reply” Link From The WordPress Comment Form
- Plugin from WordPress.com for comment notification…available? [closed]
- How to add text to comment form #content textarea?
- Enable Recent Comments widget to display comments on attachment posts
- Change allowed HTML tags for comments
- How can I highlight admin comments?
- Why are my comments closed?
- On WordPress 4.4, how to get the post id using the comment_post hook
- Block comments from search engine indexing
- Create a “Reject” action for comments?
- Adding another arg to comments_popup_link
- Exclude Duplicate Posts in this SELECT Query
- Add action on delete comments?
- Exclude child comments in get_comments() or WP_Comment_Query?
- Changing “submitted on date” of comments
- Filter custom comment type from Manage Comments & Dash Widgets
- Can’t seem to get this CSS to work…any ideas why? [closed]
- Change order of comment fields
- WordPress custom form action url
- How to add a strip of visual editor on top of comments textarea
- Threaded comments not working
- Customizing comments pagination for bootstrap
- comment_post action hook running on page load instead of after a comment is posted
- woocommerce allow users to select or use avatar
- How to sort posts by the average of comment meta values
- Error While Sending Comment
- Problem with Comment link in Blog [closed]
- Commenting in user profile page?
- Can i Use own Facebook App ID with this Social Comment Plugin? [closed]
- How do i hide all comments from logged out users
- Only allow the post author and admin to comment on a post
- Show Social Sharing Buttons And Facebook Comments In Lightbox Modal Dialog (Image Overlay)?
- Grant a person permission to moderate all comments on a blog without giving them the ability to edit other peoples post
- How come pending comments are appearing in admin?
- Generate Sub-Comments with WP-CLI [closed]
- comment_date() & comment_time() not working from functions.php
- Repositioning ‘Reply’ Link in Comments
- Add an attachment feature to comments
- Counting Comments as Singular and Plural in comments.php Template
- How to display custom comment fields onto any page
- Correct way to retrieve comment attributes for desired results
- how to remove WordPress default comment system
- How to get Post title by locale with Qtranslate-X
- Retrieve the last 5 comment URLs
- WordPress comment for virtual page
- Admin Dashboard – Recent Comments source
- After submit comments select the current tab
- Genesis Child Theme Modifying Comments display
- Hide Trackbacks/Pingbaks if none exists
- How to use filter on comment submission/insert
- WordPress comment reply link image
- Comment Pagination
- See some statistics about the comments
- Custom comment types. Are they a possibility?
- How to output comments in Descending order by date using wp_list_comments?
- Re-Direct After Comment Submit IF Comment Comes from Sign-Up Page
- Embedding local video in WordPress comments
- Is there a way to link to the BOTTOM of the comments on a wordpress page?
- How to add inside WordPress comments loop?
- Author name length character limit?
- Migrate comments and likes wordpress.com to selfhosted site
- How to pass settings to comment_form() if theme only uses comments_template()?
- Change author, disable comments, enable trackbacks for all items in library
- Admin – Dashboard – Unset recent comments
- reply to comment excerpt instead of author in comment title
- How does WordPress generate a comment website preview?
- Front End User(bloger) turn on and off his comments
- Display Comment Form on dedicated Page for each post
- Change comment author after new comment posted
- Show ‘add comment’ link for status updates in Twenty Thirteen
- Pull & display new comments without refreshing the page
- How to display comments by logged in user and responses?
- different levels of nested comments per page
- approve,spam,trash etc. options are not coming on comments in admin panel
- Actual comments not showing, but form is?
- Email from new comments
- Image Upload Form is Disabling Comment Addition
- Embed a page within WordPress dashboard?
- Clicking Comment “Reply” Button only replies to first comment
- How to add a comment box on wordpress page? in the discussion section of page, allow comments is checked
- Number of unpublished comments for each post
- Are There Comment Text Revisions
- Use country flag as user avatar based on comments IP address?
- How do you fetch the authors email or IP from /comments? (REST API)
- How can I filter the user avatar displayed in comments? – get_avatar_url filter works everywhere but not in comments