'post', 'posts_per_page' => 3, 'cat' => $featured_cat_id, 'post__not_in' => get_option('sticky_posts'), ); $featuredposts = new WP_Query($featured_post_args); ?>