Menu Close

Remove email and website from WordPress comment

If you want to remove Email and Website from your comment form. There are several methods. But the simplest method is to add some lines in your css:

#respond .comment-form-email, #respond .comment-form-url {
display: none;
}

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

See also  Linux Cpanel Dedicated Servers and Window Plesk Servers
  • You must be logged in to reply to this topic.