Comments firuz_9712 started the conversationDecember 25, 2019 at 7:44amhow to remove field "Your website here" on comments 228Milingona repliedDecember 28, 2019 at 11:20amYou can remove that by editing wp-content/themes/bakery/functions.php and adding at the end of the file (of course, before '?>') the following code: if ( ! function_exists( 'mlg_remove_comments_url_field' ) ) { function mlg_remove_comments_url_field( $fields ) { if ( isset( $fields['url'] ) ) { unset( $fields['url'] ); } return $fields; } add_filter( 'comment_form_default_fields', 'mlg_remove_comments_url_field' );}Best regards, Milingona Support Follow on Envato Facebook Twitterfiruz_9712 repliedDecember 29, 2019 at 1:58pmthanks 228Milingona repliedDecember 29, 2019 at 2:35pmYou're welcome! Milingona Support Follow on Envato Facebook Twitter Sign in to reply ...
how to remove field "Your website here" on comments
You can remove that by editing wp-content/themes/bakery/functions.php and adding at the end of the file (of course, before '?>') the following code:
Best regards,
Milingona Support
Follow on Envato Facebook Twitter
thanks
You're welcome!
Milingona Support
Follow on Envato Facebook Twitter