Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    this might require custom coding on your part to make this work

    eg.

    if ( EM_Events::count(array('scope'=>'future')) == 0){
      echo do_shortcode('[events_list scope="past" limit=5]');
    }

    Thread Starter cosmoweb

    (@cosmoweb)

    Perfect, work very good, but how can i show latest events?

    With this code i see the first 5 events putted

    Thanks

    Thread Starter cosmoweb

    (@cosmoweb)

    Resolved with

    order=”DESC”]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Past events if no new events’ is closed to new replies.