#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();
$pimage = get_field(‘subcategory_banner’);
?>

DRIVERS OF DIGITAL SUMMIT & AWARDS 2018 – Sub Categories

‘sub_category’,posts => -1,’orderby’ => ‘title’, ‘order’ => ‘ASC’,’post_status’ => array(‘publish’),
‘meta_query’ => array(
array(
‘key’ => ‘select_category’, // name of custom field
‘value’ => ‘”‘. $_GET[‘nid’] .'”‘,
‘compare’ => ‘LIKE’
))
);
$my_posts = new WP_Query( $args );
//var_dump ($_GET[‘nid’]);
$i=1;
while($my_posts->have_posts()) : $my_posts->the_post();
$pid = get_the_ID();
?>