• Resolved curiousdannii

    (@curiousdannii)


    Hi, the source code of jetpack/modules/subscriptions.php makes it look like subscriptions should work for pages:

    // Publish a new post
    		if (
    			'publish' != $old
    		&&
    			$this->post_is_public( $the_post->ID )
    		&&
    			( 'post' == $the_post->post_type || 'page' == $the_post->post_type )
    		) {
    			$this->jetpack->sync->post( $the_post->ID );
    		}

    I have never received a subscription email for new pages. I do get them for posts. Is this meant to work, or are pages blocked somewhere else?

    http://wordpress.org/extend/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Tim Moore

    (@tmoorewp)

    Subscription emails will not be sent for pages, by design. The code you are looking at is for the sync operation that takes place between our servers and your WordPress install.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Jetpack by WordPress.com] Do subscriptions work for pages?’ is closed to new replies.