section_post_slide_cat) ? $bigbulletin_home_section->section_post_slide_cat : ''); $section_post_cat_1 = esc_html(isset($bigbulletin_home_section->section_post_cat_1) ? $bigbulletin_home_section->section_post_cat_1 : ''); $slider_arrows = esc_html(isset($bigbulletin_home_section->ed_arrows_carousel) ? $bigbulletin_home_section->ed_arrows_carousel : ''); $slider_dots = esc_html(isset($bigbulletin_home_section->ed_dots_carousel) ? $bigbulletin_home_section->ed_dots_carousel : ''); $slider_autoplay = esc_html(isset($bigbulletin_home_section->ed_autoplay_carousel) ? $bigbulletin_home_section->ed_autoplay_carousel : ''); $home_section_title_4 = isset($bigbulletin_home_section->home_section_title_4) ? $bigbulletin_home_section->home_section_title_4 : ''; $home_section_title_3 = isset($bigbulletin_home_section->home_section_title_3) ? $bigbulletin_home_section->home_section_title_3 : ''; 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'; } $banner_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_post_cat_1))); $banner_query_2 = new WP_Query(array('post_type' => 'post', 'posts_per_page' => 5, 'post__not_in' => get_option("sticky_posts"), 'category_name' => esc_html($section_post_slide_cat))); ?>