Events list filtered by date added?
-
Hi – I have a list of events in a custom PHP template showing fine as follows:
$EM_Events = EM_Events::get( array(‘scope’=>’future’, ‘orderby’=>’event_start_date’) );
Is there a way I can add a filter to that based on post_date? I want to only list events that were actually added to the system in the past week, for example.
Thanks for any advice!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Events list filtered by date added?’ is closed to new replies.