'post', 'posts_per_page' => absint($number_of_slider_post), 'post__not_in' => get_option("sticky_posts"), 'category_name' => esc_html($banner_section_cat))); if ($banner_post_query->have_posts()) : while ($banner_post_query->have_posts()) : $banner_post_query->the_post(); if (has_post_thumbnail()) { if ($banner_section_slider_layout == 'site-banner-layout-1') { $featured_image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'full'); } else { $featured_image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'medium_large'); } $featured_image = isset($featured_image[0]) ? $featured_image[0] : ''; } ?>
>

', ''); ?>