Keith Lucas
asked 10 years ago

Great Theme Guys!
Q need to remove the “website *” field from the comment form (http://www.ncfyi.com/murdoch-apology-over-scarfe-cartoon/

I have tried 4 plugins and about 15 hacks to both the (comments.php) and (functions.php) pages. I did get one of the hacks to remove the field. However it broke the template by moving the right rail below the comment form.  
Thanks Keith Lucas

2 Answers
DominicStaff
answered 10 years ago

Hello Keith !
If you want to remove the “website *” field from the comment form in the DW Focus, You can log in to Dashboard > Appearance > Customize > Custom Code, add the following code to the “Header Code”

<style>
.comment-form-url.field {
    display: none;
}
</style>

Hope this helps !

oyedwqa
replied 9 years ago

Hello @Dominic, in my website i have two buttons DW comments! This code can fix my issue and where i can put this code? I want to remove my website comments button

dominic Staff
replied 9 years ago

You can add the following code to the style.css file ( Dashboard > Appearance > Editor).

Fahad Rafiq
answered 10 years ago

WordPress websites and blogs are frequent targets of spam comments. To effectively stop the link spammers it is best to remove the “Website” field from the WordPress comment section. Learn 2 methods in this tutorial on how to remove the WordPress website field.
Source: Remove URL Field from WordPress Comment

Powered by DW Question & Answer Pro