Forum
perch_events_listing() will only output past events
Hi All,
I had the plugin installed and all working on local dev environment on Friday, but on return to work this morning this function no longer seems to output (future) events.
<div class="events-widget__inner">
<?php perch_events_listing(); ?>
</div>
This however does output past events...
<?php
perch_events_listing(array(
'past-events' => true,
));
?>
I can see both future and past events in the Perch admin. First time with Perch so apologies if it's an obvious one!
Thanks,
Pete
Obviously the current date has changed since last Friday, but has anything else?
What dates are on your events?
I'm 99% sure I didn't change anything! Possibly got muddled up with the templates but have it working now using:
Thanks for the speedy reply.
Pete