‘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’);
?>
$i=1;
while($my_posts->have_posts()) : $my_posts->the_post();
$pid = get_the_ID();
?>