$content_type, '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'; } $args = apply_filters( 'ascendoor_magazine_flash_news_section_args', $args ); ascendoor_magazine_render_flash_news_section( $args ); /** * Render Flash News Section. */ function ascendoor_magazine_render_flash_news_section( $args ) { $section_title = get_theme_mod( 'ascendoor_magazine_flash_news_title', __( 'Flash News', 'ascendoor-magazine' ) ); $speed_controller = get_theme_mod( 'ascendoor_magazine_flash_news_speed_controller', 600 ); $query = new WP_Query( $args ); if ( $query->have_posts() ) : ?>
have_posts() ) : $query->the_post(); ?>