'page', 'posts_per_page' => -1, 'post__in' => $featured_pages, 'orderby' => 'post__in' ); } }elseif( $featured_type == 'feat_cat' ){ $featured_cats = array( $featured_cat_one, $featured_cat_two, $featured_cat_three ); } $qry = new WP_Query( $args ); if( $ed_featured ){ ?>