Post notification

This topic contains 1 reply, has 2 voices, and was last updated by  Guust 6 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #396008

    Eduardo Sanchez
    Expired Member
    Post count: 110

    Hi, I want to use a plugin email notification service like Subscribe2 or Post Notification but they are based on regular wordpress post categories. I would like that when a new event is posted in geodirectory some users get notified via email, is there a way I can tweak it given the geodirectory listings are in essence a post?

    Thanks,
    Eduardo

    #396027

    Guust
    Moderator
    Post count: 29970

    Please review
    https://subscribe2.wordpress.com/2011/02/28/subscribe2-and-custom-post-types/

    So to add Places, you would use this snippet:

    
    
    function my_post_types($types) {
        $types[] = 'gd_place';
        return $types;
    }
     
    add_filter('s2_post_types', 'my_post_types');

    If you want to customize other plugins, please contact the plugin developers.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket