'post', 'order'=> 'DESC', 'posts_per_page' => 4, 'ignore_sticky_posts' => 1, 'post__not_in' => $sticky, 'category_name' => $featured_post_cat, ); $walkerpress_focus_query = new WP_Query($focus_args); while ($walkerpress_focus_query->have_posts()) : $walkerpress_focus_query->the_post();?>