subscription

This topic contains 3 replies, has 3 voices, and was last updated by  alevazke 9 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #32122

    alevazke
    Free User
    Post count: 41

    Is there any way to get users to subscribe and receive the last added business location?

    #32133

    Simone
    Expired Member
    Post count: 3515

    Hello, I don’t know if some email notification could be enabled (maybe with some third part plugin). If you want to include your listings/events into your RSS, add the following code in your functions.php inside tour child theme

    
    
     function my_rss($qv) {
      
          if (isset($qv['feed']) && !isset($qv['post_type']))
      
              $qv['post_type'] = array('gd_place', 'gd_event');
      
          return $qv;
      
      }
      
      add_filter('request', 'my_rss');
    #32193

    Guust
    Moderator
    Post count: 29970

    There are newsletter plugins that will send newest posts to subscribers, like https://wordpress.org/plugins/newsletter/
    Don’t know if you can automate it to be sent regularly or not though.

    #32195

    alevazke
    Free User
    Post count: 41

    Thanks you ^^

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

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

Open Support Ticket