forever_featured_posts(), 'posts_per_page' => 10, 'ignore_sticky_posts' => 1 ); /** * The Featured Posts query */ $featured = new WP_Query( $featured_args ); /** * Proceed only if published posts exist and this is the blog home page */ if ( ! is_paged() && is_home() ) { /** * We will need to count featured posts starting from zero * to create the slider navigation. */ $post_counter = 0; ?>