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
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
Oh okey so i just remove that and it should be fine i guess 🙂
Thanks