Create a file in wp-content/plugins/
with this code:
<?php
/*
Plugin Name: Get Rid of Comment Websites
*/
function my_custom_comment_fields( $fields ){
if(isset($fields['url']))
unset($fields['url']);
return $fields;
}
add_filter( 'comment_form_default_fields', 'my_custom_comment_fields' );
Normally, I’d say put it into your theme’s functions.php file, but I wouldn’t recommend doing that for a theme that could update like Twenty Ten. This way will let you add this functionality as a plugin which can be disabled.
Related Posts:
- How to hide and disable URL and email fields from comments?
- Why do I get comment spam even with Akismet and Captcha?
- How to wrap submit button of comment form with div
- comments reply script not working
- How to display comment form error messages in the same page
- How to deal with small scale comment spam on small commercial sites? [closed]
- How to remove comment spam in WordPress
- How is comment spam received without a comments form?
- How do I set up real anonymous posting in bbpress forums? [closed]
- How to allow the reply link to remain on the comment form after I have reached my 10 nested comment limit?
- Deep customization of the comment form?
- Allow anonymous comments, but prevent spam [closed]
- Why are default comments deprecated?
- Comments Reply Form
- Does WordPress Allow Blank/Empty Comment Submissions In WordPress?
- Comment form not showing up without comments
- Is there any advantage to emptying comment spam?
- Why do I get email notifications about comments that WordPress has already determined are spam?
- How can comments be submitted when I don’t have a comment box on a page?
- Making a Comment on a page without being on that page?
- customize comment form
- Strategies for coping with hyperagressive spambots?
- How to save new comment as custom comment type?
- WP comments form (custom) is displaying an extra comment field
- How to modify comments form using comment_form()?
- How to add consent checkbox in comment section
- Publish a message on facebook after having posted a comment
- Edit Comment_Field while using T5 Comment Textarea On Top-Plugin
- Report spam button
- Share comment to twitter after publishing [closed]
- How to add attributes to the comment form tag?
- Auto-fill Custom comment fields
- The comment login form is visible to me but not to the user
- How to make a secure blog that is completely private?
- How to call my custom WordPress Comment form without getting the comments?
- Auto delete comment if Contains
- How can I test why the comment hook is not working?
- How can I convert anonymous commenters into registered users?
- Add class to comment form div when comment-reply button is clicked
- blank page after submitting a comment
- Display complete comment section via post ID
- Notification if Comment Author Field is left empty. E.g. change input border colour
- How to retain comment text on comment form after login/registration?
- All users/comments suspected as bot? [closed]
- Check if comment was successfully submited
- Spammers attacking my WordPress Site – Removing URL field from core? [closed]
- Ajax submit comments
- Why could my comment_form variable not be working?
- How to block comments and pings?
- Batch approve comments
- Display avatar with comment form?
- reCaptcha doesnt appear in comment (manual or plugin)
- How to make comments private for commentor and post author
- Name of comment field differs on different sites
- Anonymous spam comments when only registered users can comment
- comment_notes_before not working
- How to create post comment from different domain
- Get comment id of the individual comments in comment list when modifying comment posted using comment text filter
- How can I embed comments plugin to my own website?
- Custom comment field not showing when logged-in
- Comments on future posts
- get_comment_meta not behaving as expected
- unsetting required fields in the comment reply form
- Returning error upon comment being flagged as spam
- Clicking Comment “Reply” Button only replies to first comment
- WordPress comment processing . Default unapproved comments detection before posting
- Changing the Comment Fields using Filter (without success)
- Cannot Remove Title Reply from Custom Comment Template for Signup Page
- comment just attachment .. reply just text … can I do that?
- Custom sort comments with select form
- Same comment section on every page
- Update post “A” on comment submition on post “B”
- Upload avatar for post comment
- reply comment below the comment box without reload page
- Comment author profile image
- Force to show all fields in comment forms to the logged-in users
- Comment Form Fields when user logged in
- How to make comment reply available only for login members of a certain user roles only?
- How to call out the date of user’s first comment?
- edit comments in front end
- How to replace anonymous comment form with a registration form on wordpress?
- Comment moderation
- How to change comment-page-1#comment-25 to any string?
- Adding restrictions to open comments
- wp-editor-area textarea disapear on cancel-comment-reply-link click
- Comment form – different title if no comment yet
- WordPress Comments jQuery Doesn’t submit
- Commentform – Hightlight invalid fields instead of prompting towards error page
- Insert comment and still use moderation
- How to remove website field in comment form?
- Auto-deleting comments that trigger the blacklist
- add field comment [duplicate]
- How do I convert users who put an email and username for a comment into registered users? [duplicate]
- Outputting complete custom comment form
- comments are going to spam
- Merge comments from Facebook with WP comments [closed]
- Why default comment fields don’t show up?
- How to enable truly anonymous posting in bbPress forums? [closed]
- Replace Entire Comment Box with Text
- Show success message on comment submit when email and name is not required field
Thanks for sharing your info. I really appreciate your efforts and I
will be waiting for your next write ups
thank you once again.