$getpostcount, 'post_type' => 'post', 'cat' => $featured_categories, 'order' => 'DESC', 'ignore_sticky_posts' => 1, ); $postquery = new WP_Query( $post_args ); if ($postquery->have_posts()): ?>