• Resolved interlakecremation

    (@interlakecremation)


    Hi! I’m trying to remove the field for a “Website” on my site’s comment forms. I have tried downloading the Comment Link Remove plugin (which was also what WP support suggested) and it didn’t work, and I have also tried installing the Code Snippet plugin and entering the following code:
    add_filter(‘comment_form_default_fields’, ‘unset_url_field’);
    function unset_url_field($fields){
    if(isset($fields[‘url’]))
    unset($fields[‘url’]);
    return $fields;
    }

    Along with a couple others I found when I tried using Google to solve the problem. I’m not very code-savvy so any help would be greatly appreciated!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author QuantumCloud

    (@quantumcloud)

    Hi,

    Your site uses Highlander comments plugin. Our comment link remove plugin works only with default WordPress comment system. That is why it is not working on your website.

    Please contact the Wp.com support about this. They can help you.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Removing “Website” field on comment form’ is closed to new replies.