Title: Website submit section off
Last modified: September 22, 2023

---

# Website submit section off

 *  [Robin](https://wordpress.org/support/users/nioriaa/)
 * (@nioriaa)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/)
 * I want to turn off website submit section for visitors.
 * [https://prnt.sc/MR4D8qI_XBey](https://prnt.sc/MR4D8qI_XBey)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwebsite-submit-section-off%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/#post-17072500)
 * Hi there,
 * This should help: [https://docs.generatepress.com/article/removing-comments/](https://docs.generatepress.com/article/removing-comments/)
 * Let me know 🙂
 *  Thread Starter [Robin](https://wordpress.org/support/users/nioriaa/)
 * (@nioriaa)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/#post-17072519)
 * Please read the post carefully again.
 * I don’t want to remove the whole comment section. I just want to remove the **
   website submit** section. Look under the email section, you can see the **website**
   section.
 *  [ying](https://wordpress.org/support/users/yingscarlett/)
 * (@yingscarlett)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/#post-17072534)
 * Check this one:[https://docs.generatepress.com/article/remove-e-mail-and-url-field-from-comment-form/](https://docs.generatepress.com/article/remove-e-mail-and-url-field-from-comment-form/)
 *  Thread Starter [Robin](https://wordpress.org/support/users/nioriaa/)
 * (@nioriaa)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/#post-17072648)
 * By following this blog, now anyone can publish comments without email and name.
   But I don’t want that. Users should fill in their email and name sections. [https://prnt.sc/d5lJimhoFmC6](https://prnt.sc/d5lJimhoFmC6)
 * I just wanted to remove the website box from the comment section but it’s totally
   changed now. Very disappointed by your support.
 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/#post-17072671)
 * Hi there,
 * The linked documentation provides an example of removing both e-mail and website
   URL. If you only want to remove the website URL then modify the code to this:
 *     ```wp-block-code
       add_action( 'after_setup_theme', 'tu_add_comment_url_filter' );
       function tu_add_comment_url_filter() {
           add_filter( 'comment_form_default_fields', 'tu_disable_comment_url', 20 );
       }
   
       function tu_disable_comment_url($fields) {
           unset($fields['url']);
   
           return $fields;
       }
       ```
   
 * > Very disappointed by your support.
 * The comment system is entirely handled by WP core so your request isn’t actually
   a theme support question – we are just doing our best to help.
 * Also do keep in mind that you’ve opened multiple topics here and we’ve helped
   with and solved all of them already.
 * Your patience is appreciated.
 *  Thread Starter [Robin](https://wordpress.org/support/users/nioriaa/)
 * (@nioriaa)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/#post-17073913)
 * I added your code but it’s not working as I mentioned. 
   I already told you users
   must fill up their email and name sections (Name* & Email*) in the comment form,
   just remove the website submit section.
 * The website URL submission section is removed but the problem is in the email
   and name sections. Now people can send comments without names and email addresses.
   They can keep it empty, but I don’t want that. I want them must fill up the email
   and name section in the comment form.
 * [https://prnt.sc/pEWhh_AEe35S](https://prnt.sc/pEWhh_AEe35S)
 * [https://prnt.sc/sidjzRDpFdhO](https://prnt.sc/sidjzRDpFdhO)
 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/#post-17074012)
 * See WP documentation here: [https://wordpress.org/documentation/article/comments-in-wordpress/#comment-rules](https://wordpress.org/documentation/article/comments-in-wordpress/#comment-rules)
 * This is what you are looking for:
 * > **Comment author must fill out name and e-mail** prevents people from leaving
   > anonymous comments.
 * So make sure that box is checked.
 *  Thread Starter [Robin](https://wordpress.org/support/users/nioriaa/)
 * (@nioriaa)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/#post-17074135)
 * Thank you, that’s the answer I was looking for.
 *  [Leo](https://wordpress.org/support/users/leohsiang/)
 * (@leohsiang)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/#post-17074136)
 * No problem 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Website submit section off’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/generatepress/3.6.1/screenshot.
   png)
 * GeneratePress
 * [Support Threads](https://wordpress.org/support/theme/generatepress/)
 * [Active Topics](https://wordpress.org/support/theme/generatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/generatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/generatepress/reviews/)

## Tags

 * [website design](https://wordpress.org/support/topic-tag/website-design/)

 * 9 replies
 * 3 participants
 * Last reply from: [Leo](https://wordpress.org/support/users/leohsiang/)
 * Last activity: [2 years, 8 months ago](https://wordpress.org/support/topic/website-submit-section-off/#post-17074136)
 * Status: not resolved