• I would like to eliminate the “website” field from my comment form in twenty eleven.

    I found a plugin here but it doesn’t work for me.

    I assume I must edit comments.php but not sure how. Any help is much appreciated.

Viewing 1 replies (of 1 total)
  • Go to wp-content\themes\suffusion\comments.php file

    suffusion is my theme name , you should go to your respective theme folder

    find this block of code

    comment_form(apply_filters(‘suffusion_comment_form_fields’, array(
    ‘fields’ => array(
    ‘author’ => $author_field,
    ’email’ => $email_field,
    // ‘url’ => $url_field, // comment this field
    ),

    and just comment the url field .

    you can check [site] for reference

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove website field from comment form’ is closed to new replies.