‘jury_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’);
?>
‘juries’,’orderby’ => ‘title’, ‘order’ => ‘ASC’, 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(‘profile_image’);
?>
‘juries’,’orderby’ => ‘title’, ‘order’ => ‘ASC’, 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(‘profile_image’);
?>