'page', 'post__in' => array_map( 'absint', $bizplus_home_portfolio_main_posts_ids ), 'orderby' => 'post__in' ); } if( !empty( $bizplus_home_portfolio_main_args )){ $home_portfolio_main_page_query = new WP_Query($bizplus_home_portfolio_main_args); while ($home_portfolio_main_page_query->have_posts()): $home_portfolio_main_page_query->the_post(); ?>

'post', 'cat' => absint($bizplus_portfolio_cat_posts_ids), 'ignore_sticky_posts' => true, 'posts_per_page' => absint( $bizplus_home_portfolio_number ), ); } ?>