$section_title, 'post_type' => 'page' ) ); if( $section_title && $service_query->have_posts() ){ while( $service_query->have_posts() ){ $service_query->the_post(); if( has_post_thumbnail() ){ $service_image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'construction-landing-page-banner' ); $style = ' style="background-image: url(' . esc_url( $service_image[0] ) . '); background-size: cover; background-position: center;"'; }else{ $style = ''; } ?>
>
array( 'post', 'page' ), 'posts_per_page' => -1, 'post__in' => $posts_arr, 'orderby' => 'post__in', 'ignore_sticky_posts' => true ) ); if( $posts_arr && $qry->have_posts() ){ ?>
have_posts() ){ $qry->the_post();?>
'image' ) ); ?>