Title: Comment support?
Last modified: September 4, 2022

---

# Comment support?

 *  Resolved [Cheryl](https://wordpress.org/support/users/tricheryltops/)
 * (@tricheryltops)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/comment-support-2/)
 * Hi,
    I don’t see any settings in the plugin to enable comment support for the
   individual glossary pages.
 * Which template could I edit to enable comment support for the glossary term pages?
   
   Thanks

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

 *  Thread Starter [Cheryl](https://wordpress.org/support/users/tricheryltops/)
 * (@tricheryltops)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/comment-support-2/#post-15978701)
 * Never mind, I figured out how to add comment support.
    Thanks
 *  Plugin Author [Daniele Scasciafratte](https://wordpress.org/support/users/mte90/)
 * (@mte90)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/comment-support-2/#post-15979126)
 * Sorry for the delay, but during the weekend we didn’t check support requests.
 * For who is looking on that:
 *     ```
       function comment_support_for_my_custom_post_type() {
          add_post_type_support( 'glossary', 'comments' );
       }
   
       add_action( 'init', 'comment_support_for_my_custom_post_type' );
       ```
   

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

The topic ‘Comment support?’ is closed to new replies.

 * ![](https://ps.w.org/glossary-by-codeat/assets/icon-256x256.png?rev=1889092)
 * [Glossary](https://wordpress.org/plugins/glossary-by-codeat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/glossary-by-codeat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/glossary-by-codeat/)
 * [Active Topics](https://wordpress.org/support/plugin/glossary-by-codeat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/glossary-by-codeat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/glossary-by-codeat/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * 2 replies
 * 2 participants
 * Last reply from: [Daniele Scasciafratte](https://wordpress.org/support/users/mte90/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/comment-support-2/#post-15979126)
 * Status: resolved