'page', 'post__in' => array_map( 'absint', $techup_portfolio_page ), 'posts_per_page' => absint($techup_portfolio_no), 'orderby' => 'post__in' ); $techup_portfolio_query = new WP_Query( $techup_portfolio_args ); ?>