Title: Enable event comments
Last modified: August 31, 2016

---

# Enable event comments

 *  Resolved [NonoFR](https://wordpress.org/support/users/nonofr/)
 * (@nonofr)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/enable-event-comments/)
 * Hello,
    I am looking for the solution for a few days but I can’t find it .. 🙁
 * I wish I could **enable comments for events pages**.
    In the back office, I can
   easily choose to activate/desactivate the comments for pages and articles (as
   on all WP themes), but I don’t have that option for teams, players, staff members
   or events. -> I think these are custom post types, but how to enable comments?**
   What bit of code I have to edit or insert, and where?**
 * Thank you kindly help me, your plugin is (almost) perfect.
 * [https://wordpress.org/plugins/sportspress/](https://wordpress.org/plugins/sportspress/)

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

 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/enable-event-comments/#post-6985704)
 * Hi there!
 * For that you’ll need to edit the plugins\sportspress\includes\class-sp-post-types.
   php file and around line 220 where you have this:
    `'supports' => array( 'title','
   page-attributes', 'excerpt' ),`
 * Use this instead:
    `'supports' => array( 'title', 'page-attributes', 'excerpt','
   comments' ),`
 * Kind Regards,
    -Roch
 *  Thread Starter [NonoFR](https://wordpress.org/support/users/nonofr/)
 * (@nonofr)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/enable-event-comments/#post-6985718)
 * Great, thanks a lot !
 *  [Roch](https://wordpress.org/support/users/rochesterj/)
 * (@rochesterj)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/enable-event-comments/#post-6985772)
 * You’re most welcome!
 * Let us know if you need anything else.
 * Kind Regards,
    -Roch

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

The topic ‘Enable event comments’ is closed to new replies.

 * ![](https://ps.w.org/sportspress/assets/icon-256x256.png?rev=1252005)
 * [SportsPress - Sports Club & League Manager](https://wordpress.org/plugins/sportspress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sportspress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sportspress/)
 * [Active Topics](https://wordpress.org/support/plugin/sportspress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sportspress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sportspress/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [custom post type](https://wordpress.org/support/topic-tag/custom-post-type/)
 * [enable](https://wordpress.org/support/topic-tag/enable/)
 * [event](https://wordpress.org/support/topic-tag/event/)

 * 3 replies
 * 2 participants
 * Last reply from: [Roch](https://wordpress.org/support/users/rochesterj/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/enable-event-comments/#post-6985772)
 * Status: resolved