'post', 'posts_per_page' => absint( 5 ), 'ignore_sticky_posts' => true, ); if ( ! empty( array_filter( $content_ids ) ) ) { $args['post__in'] = array_filter( $content_ids ); $args['orderby'] = 'post__in'; } else { $args['orderby'] = 'date'; } } else { $cat_content_id = get_theme_mod( 'accurate_news_flash_news_content_category' ); $args = array( 'cat' => $cat_content_id, 'posts_per_page' => absint( 5 ), ); } $args = apply_filters( 'accurate_news_flash_news_section_args', $args ); accurate_news_render_flash_news_section( $args ); /** * Render Flash News Section. */ function accurate_news_render_flash_news_section( $args ) { $section_title = get_theme_mod( 'accurate_news_flash_news_title', __( 'Flash News', 'accurate-news' ) ); $speed_controller = get_theme_mod( 'accurate_news_flash_news_speed_controller', 300 ); $query = new WP_Query( $args ); if ( $query->have_posts() ) : ?>
have_posts() ) : $query->the_post(); ?>