Title: Page Post Notification
Last modified: September 1, 2016

---

# Page Post Notification

 *  [kaptanteo](https://wordpress.org/support/users/kaptanteo/)
 * (@kaptanteo)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-post-notification/)
 * In addition to blog posts, is it possible to send a dynamic notification when
   a page is posted? I could not find the option anywhere. To get around, I had 
   to modify `es_cls_notification::es_notification_prepare()` method by addding
 *     ```
       else if ($post_type == "page") {
           $arrNotification = $wpdb->get_results($sSql, ARRAY_A);
       }
       ```
   
 * I wish you had an official way to include the functionality. So, I don’t have
   to modify the method every time the plugin is updated.
 * BTW, great plugin!
 * Thanks,
 * Kaptan
 * [https://wordpress.org/plugins/email-subscribers/](https://wordpress.org/plugins/email-subscribers/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [storeapps](https://wordpress.org/support/users/storeapps/)
 * (@storeapps)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-post-notification/#post-7604003)
 * [@kaptanteo](https://wordpress.org/support/users/kaptanteo/),
 * Thank you for your kind words.
 * Currently, it will only support post notifications and not page. We don’t have
   any plans as of now to add support for pages.

Viewing 1 replies (of 1 total)

The topic ‘Page Post Notification’ is closed to new replies.

 * ![](https://ps.w.org/email-subscribers/assets/icon-256x256.png?rev=2274172)
 * [Email Subscribers & Newsletters - Email Marketing, Post Notifications & Newsletter Plugin for WordPress](https://wordpress.org/plugins/email-subscribers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-subscribers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-subscribers/)
 * [Active Topics](https://wordpress.org/support/plugin/email-subscribers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-subscribers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-subscribers/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [storeapps](https://wordpress.org/support/users/storeapps/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/page-post-notification/#post-7604003)
 * Status: not resolved