ID, 'sunday_news_lite_is_hide_breaking_news', true ); } if ( ! $is_hide_breaking_news ): $icon = get_theme_mod( 'breaking-news-icon', 'fa-star-half-o' ); $title = get_theme_mod( 'breaking-news-title', 'Breaking News' ); $cats = (array) get_theme_mod( 'breaking-news-cats' ); $limit = (int) get_theme_mod( 'breaking-news-limit', 4 ); $result_set = new WP_Query( array( 'cat' => $cats, 'posts_per_page' => $limit, 'ignore_sticky_posts' => true, 'post_status' => array( 'publish' ), )); if ( $result_set->have_posts() ) : ?>