'advertise', 'posts_per_page' => 1, 'post_status' => 'publish', ]; $advertise_query = new WP_Query($args); if( $advertise_query->have_posts() ) : while( $advertise_query->have_posts() ) : $advertise_query->the_post(); $popup_image = get_field('image_ads'); // ACF field from this post if( $popup_image ) : ?> popup image