Organizace events by years
-
Hi,
I would like to add a page in this site (www.demidenko.net), with just the 2017 events.I have tried adding this code in the page but it does not work, Could you help me?
// Retrieve all events in 2017
$events = tribe_get_events( array(
‘eventDisplay’ => ‘custom’,
‘start_date’ => ‘2017-01-01 00:01’,
‘end_date’ => ‘2017-12-31 23:59’
) );Thanks
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Organizace events by years’ is closed to new replies.