'post', 'order' => 'DESC', 'posts_per_page' => -1, 'post_status' => 'publish', 'category_name' => $construction_lite_feature_category ); $construction_lite_feature_query = new WP_Query($construction_lite_feature_args); if($construction_lite_feature_query->have_posts() || $construction_lite_feature_section_image): ?>
have_posts()): $construction_lite_feature_query->the_post(); $construction_lite_feature_image_src = wp_get_attachment_image_src(get_post_thumbnail_id(),'construction-feature-image'); $construction_lite_feature_image_url = $construction_lite_feature_image_src[0]; if(get_the_title() || get_the_content() || $construction_lite_feature_image_url || $construction_lite_feature_section_image){ ?>

<?php the_title_attribute() ?>
<?php esc_html__('Feature Image', 'construction-lite'); ?>