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
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 !
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
You can add the following code to the style.css file ( Dashboard > Appearance > Editor).
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
Please login or Register to submit your answer