How to display past events
-
Hi. I am using the code below, but it only displays upcoming events. I’d like to make two separate calls, one to display upcoming events and one to display past events.
<?php fse_print_events( array( 'number' => 99, 'template' => ' <div class="grid-item"> <span class="icon-font-24"></span> <span class="h4"> {event_subject} </span> <span class="para"> {event_startdate} <span class="block"> {event_location} </span> </span> </div>' ) ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to display past events’ is closed to new replies.