Title: comment subscription   custom post type
Last modified: September 1, 2016

---

# comment subscription custom post type

 *  [Nic](https://wordpress.org/support/users/nicmare/)
 * (@nicmare)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/comment-subscription-custom-post-type/)
 * Is there any reason why the jetpack subscription only works with posts and not
   custom post types? I am having the comment forms on posts and cpts but the checkbox
   only appears on posts :(. i digged into the subscription.php code and discovered
   this line of code:
    `if ( FALSE === has_filter( 'comment_form', 'show_subscription_checkbox')&&
   1 == get_option( 'stc_enabled', 1 ) && empty( $post->post_password ) && 'post'
   == get_post_type() ) {`
 * so for some reason you are limiting this feature to posts only. why?? i really
   need it for CPTs. Thanks!
 * [https://wordpress.org/plugins/jetpack/](https://wordpress.org/plugins/jetpack/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [10 years, 1 month ago](https://wordpress.org/support/topic/comment-subscription-custom-post-type/#post-7538119)
 * The subscriptions module doesn’t support Custom Post Types yet, unfortunately.
 * It’s on our radar though. You can follow our progress here:
    [https://github.com/Automattic/jetpack/issues/760](https://github.com/Automattic/jetpack/issues/760)
 * I will also post again here as soon as I have some news about this!

Viewing 1 replies (of 1 total)

The topic ‘comment subscription custom post type’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/comment-subscription-custom-post-type/#post-7538119)
 * Status: not resolved