$featured_cat_id, 'posts_per_page' => $featured_num, 'ignore_sticky_posts' => true, ); $query = new WP_Query( $args ); $i = 1; if ( $query->have_posts() ) : while ( $query->have_posts() ) : $query->the_post(); ?>