section_category) ? $allinone_home_section->section_category : ''); $section_category_tile_slider = esc_html(isset($allinone_home_section->section_category_tile_slider) ? $allinone_home_section->section_category_tile_slider : ''); $home_section_title = isset($allinone_home_section->home_section_title) ? $allinone_home_section->home_section_title : ''; $tiles_post_query_1 = new WP_Query(array('post_type' => 'post', 'posts_per_page' => 4, 'post__not_in' => get_option("sticky_posts"), 'category_name' => esc_html($section_category_tile_slider))); $tiles_post_query = new WP_Query(array('post_type' => 'post', 'posts_per_page' => 4, 'post__not_in' => get_option("sticky_posts"), 'category_name' => esc_html($section_category))); $slider_arrows = esc_html(isset($allinone_home_section->ed_arrows_carousel) ? $allinone_home_section->ed_arrows_carousel : ''); $slider_dots = esc_html(isset($allinone_home_section->ed_dots_carousel) ? $allinone_home_section->ed_dots_carousel : ''); $slider_autoplay = esc_html(isset($allinone_home_section->ed_autoplay_carousel) ? $allinone_home_section->ed_autoplay_carousel : ''); if ($slider_arrows == 'yes' || $slider_arrows == '') { $arrow = 'true'; } else { $arrow = 'false'; } if ($slider_autoplay == 'yes' || $slider_autoplay == '') { $autoplay = 'true'; } else { $autoplay = 'false'; } if ($slider_dots == 'yes') { $dots = 'true'; } else { $dots = 'false'; } if (is_rtl()) { $rtl = 'true'; } else { $rtl = 'false'; } ?>

have_posts()) { while ($tiles_post_query_1->have_posts()) { $tiles_post_query_1->the_post(); $featured_image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'medium_large'); $featured_image = isset($featured_image[0]) ? $featured_image[0] : ''; ?>
have_posts()) { ?>
have_posts()) { $tiles_post_query->the_post(); $featured_image = wp_get_attachment_image_src(get_post_thumbnail_id(), 'medium_large'); $featured_image = isset($featured_image[0]) ? $featured_image[0] : ''; ?>