Using php, I want to reproduce what the “upcoming event widget” does but in a wordpress custom page. I reviewed the docs and Themer’s Guide for a php snippet, with no luck.
I would like to list the upcoming 5 events using a
foreach event
echo Event Name | Date | <Link to event>
endforeach