Title: Disable Comments
Last modified: November 1, 2022

---

# Disable Comments

 *  Resolved [itguy1024](https://wordpress.org/support/users/itguy1024/)
 * (@itguy1024)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/disable-comments-45/)
 * Hey all,
 * Is there a way to disable comments on the events? I have comments disabled on
   my WP site thinking it was a WP global setting.

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Rajat Patel](https://wordpress.org/support/users/rajat1192/)
 * (@rajat1192)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/disable-comments-45/#post-16154926)
 * Hello [@itguy1024](https://wordpress.org/support/users/itguy1024/),
 * Thank you for reaching out to us,
 * You can disable the comment section on the event detail page by copy-pasting 
   the code below in the currently active theme **functions.php** file.
 * The Code:
 *     ```
       function remove_facebook_events_comment() {
           remove_post_type_support( 'facebook_events', 'comments' );
       }
       add_action( 'init', 'remove_facebook_events_comment' );
       ```
   
 * Thanks & Regards,
    **Xylus Themes**

Viewing 1 replies (of 1 total)

The topic ‘Disable Comments’ is closed to new replies.

 * ![](https://ps.w.org/import-facebook-events/assets/icon-256x256.png?rev=2483705)
 * [Import Social Events](https://wordpress.org/plugins/import-facebook-events/)
 * [Support Threads](https://wordpress.org/support/plugin/import-facebook-events/)
 * [Active Topics](https://wordpress.org/support/plugin/import-facebook-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/import-facebook-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/import-facebook-events/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rajat Patel](https://wordpress.org/support/users/rajat1192/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/disable-comments-45/#post-16154926)
 * Status: resolved