• I want to remove the name/author field in the comment form. wordpress setting doesn’t provide this option, I believe I need to edit the theme but how do I do it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • For help customizing your theme, please visit the support page for your theme.

    Moderator bcworkz

    (@bcworkz)

    The fields are not used if you require users to login to post comments ??

    A lot of themes rely on WP functions like comment_form() and wp_list_comments(). If this describes your theme, your theme’s support might send you back here unless they are particularly helpful. The ‘comment_form_default_fields’ filter can be used to remove fields. You could simply hide the fields with CSS instead. Be sure that the “Comment author must fill out name and email” option is unchecked in discussion settings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the name/author field in the comment form’ is closed to new replies.