• I went to comment.php in Appearance > Editor

    then commented out these lines of php with /* */ I presume this is all as it works.

    First instance::
    <?php /* echo get_avatar($comment->comment_author_email, 82); */ ?>

    Second Instance::
    /* ’email’ => ‘<p class=”input-block”>
    <label for=”comment_email” class=”required”>’ . __(“Email <span>(required):</span>”, kopa_get_domain()) . ‘</label>
    <input type=”email” name=”email” id=”comment_email”
    value=”‘ . esc_attr($commenter[‘comment_author_email’]) . ‘” >
    </p>’, */

Viewing 1 replies (of 1 total)
  • Yes, that may work, but you should make these changes in a child theme. Updating your theme will erase your changes.

Viewing 1 replies (of 1 total)
  • The topic ‘making the email field Optional’ is closed to new replies.