Hi I have a section on my home page where I list only featured upcoming events.
Right now the event disappears as soon as event time passes (Please NOTE the event doesn't leave site as I have events set to never disappear). The events disappear from this widget because of this string:
search1="event_featured = on"
search2="event_date >= `$smarty.now`"
All I need to do is change the search2="event_date >= `$smarty.now` to be something like midnight today instead of 'right now'. Can anyone please help this non-coder with the code that will save my events from disappearing before the event has even gotten underway please?
Thanks,
Serena
updated by @serena: 03/20/17 06:17:32AM