“Notify me of follow-up comments by email.” on pages
-
I wanted to show the “Notify me of follow-up comments by email.” checkbox on my front page and other pages. I found out that there’s no supported way of doing that. Could you add this as a feature?
For the time being I changed a line in the funtion
comment_subscribe_init
inwp-content/plugins/jetpack/modules/subscriptions.php
from:if ( FALSE === has_filter( 'comment_form', 'show_subscription_checkbox' ) && 1 == get_option( 'stc_enabled', 1 ) && empty( $post->post_password ) && 'post' == get_post_type() ) {
to:
if ( FALSE === has_filter( 'comment_form', 'show_subscription_checkbox' ) && 1 == get_option( 'stc_enabled', 1 ) && empty( $post->post_password ) ) {
In time this will be overwritten of course by a new Jetpack release. So therefore my question to add this as a feature.
- The topic ‘“Notify me of follow-up comments by email.” on pages’ is closed to new replies.