Remove "website" Field from Comments

  • jaztwo

    #1774

    hello, well, I recently had much problem with spam in the comments, I found out there checking how to remove it, but in the comments.php file of graphene there’s not the line to be removed. is there any way to remove the “website” field of the comments of the theme?

    the line is

    <p><input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
    <label for="url"><small>Website</small></label></p>

    thanks for the help. regards

    Mod

    Kenneth John Odle

    #16776

    Try

    label.graphene_form_label {display:none}

    but that just keeps it from displaying. If people are using bots to spam your comments, this won’t be effective.

    You should install the Akismet plugin to prevent spam. It’s from the same people who brought us WordPress, so it’s 99.9% compatible, it’s free, and it works.

    Ken

    giles14

    #16778

    Add simple captcha to your comments, I used to have the same issue but with capcha all is ok now

    Admin

    Syahir Hakim

    #16779

    Use Captcha and Akismet. Those spammers won’t have a chance.

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

  • You must be logged in to reply to this topic.