#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(‘speakers_banner’);
?>

SPEAKERS

DRIVERS OF DIGITAL AWARDS 2017 – INDIA CHAPTER

Speakers

‘speaker’,’orderby’ => ‘title’, ‘order’ => ‘ASC’, posts => -1,’post_status’ => array(‘publish’),
‘meta_query’ => array(
array(
‘key’ => ‘select_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’);
?>

‘speaker’,’posts_per_page’ => 8,’orderby’ => ‘title’, ‘order’ => ‘ASC’, posts => -1,’post_status’ => array(‘publish’),
‘meta_query’ => array(
array(
‘key’ => ‘year’, // name of custom field
‘value’ => ‘2018’,
‘compare’ => ‘LIKE’
)));
$i=1;
while($my_posts->have_posts()) : $my_posts->the_post();
$pid = get_the_ID();
$image = get_field(‘image’);
?>