'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()) { $featured_image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'large'); $featured_image = isset($featured_image[0]) ? $featured_image[0] : ''; } ?>
', ''); ?>