'post', 'posts_per_page' => absint( $flash_news_posts_count ), 'ignore_sticky_posts' => true, ); $query = new WP_Query( $flash_news_args ); if ( $query->have_posts() ) { $full_width = ( has_nav_menu( 'social' ) ) ? '' : 'flash-news-full-width'; $speed_controller = get_theme_mod( 'ace_news_flash_news_speed_controller', 30 ); ?>
    have_posts() ) : $query->the_post(); ?>
'ul', 'menu_class' => 'social-links', 'theme_location' => 'social', 'link_before' => '', 'link_after' => '', ) ); } ?>