Tulevat tapahtumat

‘tapahtuma’,
‘meta_key’ => ‘aika’,
‘meta_value’ => date(“Ymd”),
‘meta_compare’ => ‘>’,
‘meta_key’ => ‘aika’,
‘orderby’ => ‘meta_value’,
‘order’ => ‘ASC’
);
$my_query = new WP_Query($args);
while ($my_query->have_posts()) : $my_query->the_post();
$date = DateTime::createFromFormat(‘Ymd’, get_field(‘aika’));
$mons = array(1 => “Tammi”, 2 => “Helmi”, 3 => “Maalis”, 4 => “Huhti”, 5 => “Touko”, 6 => “Kesä”, 7 => “Heinä”, 8 => “Elo”, 9 => “Syys”, 10 => “Loka”, 11 => “Marras”, 12 => “Joulu”);
$month = (int)$date->format(‘m’);
$month_name = $mons[$month];
$location = get_field(‘sijainti’);
$registration = get_field(‘ilmoittautuminen’);
$length = get_field(‘kesto’);
$overrideurl = get_field(‘suoralinkki’);?> ID ) ): ?>
ID ), ‘full’ ); ?>

format(‘d’); ?>

Lue lisää ja ilmoittaudu!