• sorry if this has been asked before but I have looked all over and it seems I can’t find the information for it. All I would like to do is remove the URL field from comments on my site? I’ve checked my editor but can’t find the right code to remove, any help would be great thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • look in your theme’s comments.php for a line like or similar to:

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

    comment it out or delete it

    always back up file 1st

    Thread Starter mjc21

    (@mjc21)

    thank you

    When I open up my comments.php file, it showed

    <?php
    if (function_exists(‘wp_list_comments’)) {
    comments_template(”, true);
    } else {
    comments_template();
    }
    ?>

    Is there another file that I can find the mentioned lines?

    Thanks

    try looking in functions.php

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘removing URL field from comments’ is closed to new replies.