• Hi,

    Is there a way to disable so people cant post email in the comment, i mean when you make a comment it ask for name and email and i just want it to be the name

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Yes, depending on the theme you are using, you can edit the theme file [comments.php].

    In there you will see a form where you can remove the email field.

    If you let me know what theme you are using I can tell you which line to change.

    Regards
    Peter

    Thread Starter septrax

    (@septrax)

    Hi, thanks for your respons i use the theme called arras theme i link it for you

    http://wordpress.org/extend/themes/arras-theme

    Thanks

    <p><label for="email"><?php _e('Mail (will not be published)', 'arras') ?> <?php if ($req) _e('(required)', 'arras') ?></label><br />
         <input type="text" name="email" id="s2" value="<?php echo $comment_author_email; ?>" size="40" tabindex="2" <?php if (get_option('require_name_email')) : ?>class="required email"<?php endif ?> />
        </p>

    is the line that asks for email input

    Thread Starter septrax

    (@septrax)

    Oh okey so i just remove that and it should be fine i guess 🙂

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove email when posting comment’ is closed to new replies.