Title: [Plugin: Post Notification] Custom post categories
Last modified: August 20, 2016

---

# [Plugin: Post Notification] Custom post categories

 *  [Fanaticweb](https://wordpress.org/support/users/fanaticweb/)
 * (@fanaticweb)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-post-notification-custom-post-categories/)
 * Still doesn’t support the custom post types/categories…
 * [http://wordpress.org/extend/plugins/post-notification/](http://wordpress.org/extend/plugins/post-notification/)

Viewing 1 replies (of 1 total)

 *  [Bizstudio](https://wordpress.org/support/users/ajamm/)
 * (@ajamm)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-post-notification-custom-post-categories/#post-2773989)
 * Has anyone figured out how to ad custom post types?
 * For subcribe2 – you need to add some code… here is an excerpt of the ‘solution’
   to be inserted into the theme functions (functions.php)
 *     ```
       function my_post_types($types) {
       	$types[] = 'job_listing';
       	return $types;
       }
   
       add_filter('s2_post_types', 'my_post_types');
       ```
   
 * Subscribe2 is of no use to me as it require backend access for registered users.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Post Notification] Custom post categories’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/post-notification.svg)
 * [Post Notification](https://wordpress.org/plugins/post-notification/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-notification/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-notification/)
 * [Active Topics](https://wordpress.org/support/plugin/post-notification/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-notification/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-notification/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bizstudio](https://wordpress.org/support/users/ajamm/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-post-notification-custom-post-categories/#post-2773989)
 * Status: not resolved