You can unset this field like that :
function wpse_109744_comment_form_fields($fields) {
if(isset($fields['url']))
unset($fields['url']);
}
$fields ['email'] = 'your markup';
$fields ['author'] = 'your markup';
$return $fields;
add_filter('comment_form_default_fields', 'wpse_109744_comment_form_fields')
EDIT :
Related Posts:
- Change “logged in” link in (you must be logged in to post a comment)
- changing font size and font of a custom message added after comment
- Highlight comments of all the site authors
- Show comments based on user role in front end
- How to remove comment section from page only , not from posts pages?
- Modify column_author in WP_Comments_List_Table
- Does WordPress Allow Blank/Empty Comment Submissions In WordPress?
- Adding Custom Fields to WordPress Comment Forms?
- How to change submit button value in comment from “Post Comment” to “Send”
- Rearrange elements outputted by comment_form()
- Add comments meta fields to comments metabox on post edit screen
- Getting $comments outside the comment template
- Limit comments displayed on basis of user_id
- Comment filtering (search)
- Prevent WordPress from loading comments
- How can I & how do I change text displayed in comment via child theme
- multiple comment text areas
- Comments not nesed with custom template
- Comments Confusion
- show the meta values to visitors that collected via coment form
- Add Div to Comment Form
- Change order of comment fields
- Fastest way to get the comment and ping total count for a post
- Custom comments list, right depth
- Adding comments to my custom theme
- Customizing Comments
- Attach File Funcion for Common people
- How can I style the Comment Section of a blog post
- Automatically reject a comment if website field contains anything
- Custom Avatars for WordPress Comments VIA Website URL?
- Changes in comments.php in the child theme does not show up on the site
- Where are Additional CSS files stored
- What Is The Use Of map_meta_cap Filter?
- Localization: I want the backend: english and frontend in defined language
- Using filter to add additional fields to comment_form()
- Need logged in users returing to site redirected to a separate page
- Widgets vs. Theme Mods
- Change comments form title on a page by page basis
- Adding an email column to a Custom Post Types Admin Screen?
- Allow Users to Set Password During Registration
- Print shortcode in custom action hook not where the shortcode is entered
- simple expandable vertical menu, java script problem
- Custom search page and search by title, content and tag
- Best way to integrate an existing PHP application into WordPress
- Hide upload image fields for the different media upload popups
- Creating Search Engine Friendly URL’s with Word Press
- Extend Screen Options
- How to add “Read More…” link in twentytwenty
- Understrap child theme JS not working in custom-javascript.js file
- Adding code to child’s theme css and php cannot override certain elements
- Login/Logout Session Sharing – Multiple WordPress Installations
- Remove the deleted user comment
- Changing settings of WooCommerce
- How can I stop access of unregistered user in wp-content/uploads directory without using .htaccess file?
- Page content dissapears after loading the page [closed]
- wp_customize set_transient except during preview
- How do you add a table to a site?
- Is there a possiblity to replace profile image gravatar with custom user images
- WooCommerce custom billing fields on email address
- Moving FB comments at the end of page
- Is there a straight-forward way to provide a meta description tag via Yoast SEO, programmatically, without relying on the admin panel?
- Restrict content access to logged in users
- Make tag archive display post are ordered by post format
- Custom Form not generating URL
- How to move meta information in TwentyTwelve’s single post template?
- User Custom Dashboard
- WordPress Command Question
- getting a 404 page for all pages except home. possibly permalinks
- How do I create a Custom Post Box that Connects Different Posts Together
- Pull Latest Forum Posts within WordPress
- saving the widgets position after drag and drop
- Google calendar in wordpress showing events
- Custom menu not showing even though it shows as being registered?
- Open login logo URL in new tab
- Multisite with subdirectories, and a WordPress installation in a custom folder
- Display all subterms of a custom taxonomy filtered by parent terms
- Delete a column in edit.php generated with a plugin
- Adding shortcode to product short description
- Display Custom Taxonomy Name As A Shortcode
- Migrating my site to a new domain does not keep any changes made in customizer
- how to add custom html and css to wordpress
- How to use the same custom page template to iframe multiple urls with entry of new url entered from backend
- How to fix custom add menu page preventing media library from loading
- Check if comment author has url
- Unhook a function within a class in the child theme
- Where to put coding a validation script for store? [duplicate]
- Change the template of my Blog entries
- User WordPress menu in custom page
- How to enable truly anonymous posting in bbPress forums? [closed]
- Custom display for homepage, tag and author pages
- Class .current-menu-item in custom menu Walker
- Add several fields from different tables to post, fields per post are in same row of table
- Custom folder structure and problem with 3rd party services
- User registration add user ID?
- Can’t Auto-Update, but permissions are good?
- WordPress uploads directory. Featured Images storage
- Get Comment With Meta value
- WooCommerce customise checkout billing form [closed]
- Upgrade to 3.1.1 Fails
- Background image no more visible in the preview