remove the "website" from the comment box

Posted in: Newspaper
Post count: 44

My website is http://www.tipsfootballbet.com
I would like to ask, where do I set the option to remove the “website” from the comment box of the article?

https://imgur.com/apeUAwJ

Post count: 132

Add this code to functions.php

function disable_comment_url($fields) {
unset($fields[‘url’]);
return $fields;}
add_filter(‘comment_form_default_fields’,’disable_comment_url’);

Post count: 44

I don’t want the “website” box to be displayed.

I added the code and it still doesn’t work

Post count: 623

@zgdk2273

Looks like the code provided by @satwik worked for you.
Clear all cache and verify.
Refer: https://prnt.sc/1qedtsi

Post count: 168

Hello, that code didn’t work for my site. Do you have another option? https://rareparenting.com

Post count: 27744

Hello,

Could you please provide a screenshot of where you added the code and the code itself? The code seems to be working fine.

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.