#Decade2020
Book Your Seat
Submit Entries

Masters of Modern Marketing Awards and Conference - mCube 2025

sub category

‘category_banner’, 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(‘speaker_banner’);
?>

Masters of Modern Marketing Awards and Conference – mCube 2019

mCube 2019

Sub category

‘sub_categoty’,’orderby’ => ‘title’, ‘order’ => ‘ASC’, posts => -1,’post_status’ => array(‘publish’),
‘meta_query’ => array(
array(
‘key’ => ‘select_category’, // name of custom field
‘value’ => ‘”‘. $_GET[‘cid’] .'”‘,
‘compare’ => ‘LIKE’
)));
$my_posts = new WP_Query( $args );

$i=1;
while($my_posts->have_posts()) : $my_posts->the_post();
$pid = get_the_ID();
?>


Top