#DOD2025
Submit Entries
Sanya: 7863851515

DOD 2025
Drivers of Digital Awards and Summit

‘banners’, posts => -1,’post_status’ => array(‘publish’));
$my_posts = new WP_Query( $args );
$i=1;
while($my_posts->have_posts()) : $my_posts->the_post();
$pid = get_the_ID();
$image = get_field(‘partners_banner’);
?>

PARTNERS

DRIVERS OF DIGITAL AWARDS 2017 – WINNERS

Partners – 2017

‘partner’, posts => -1,’post_status’ => array(‘publish’),
‘meta_query’ => array(
array(
‘key’ => ‘year’, // name of custom field
‘value’ => ‘2017’,
‘compare’ => ‘LIKE’
)));
$my_posts = new WP_Query( $args );
$i=1;
while($my_posts->have_posts()) : $my_posts->the_post();
$pid = get_the_ID();
$image = get_field(‘image’);
?>

Partners – 2016

‘partner’, posts => -1,’post_status’ => array(‘publish’),
‘meta_query’ => array(
array(
‘key’ => ‘year’, // name of custom field
‘value’ => ‘2016’,
‘compare’ => ‘LIKE’
)));
$my_posts = new WP_Query( $args );
$i=1;
while($my_posts->have_posts()) : $my_posts->the_post();
$pid = get_the_ID();
$image = get_field(‘image’);
?>