'publish', 'post_type' => 'post', 'posts_per_page' => $noofpost ); if( $noofpost == 1 ) { $gallery_args['p'] = $gallery_post_id; } else { $gallery_args['post__in'] = $gallery_post_ids; $gallery_args['orderby'] = 'post__in'; } $gallery_qry = new WP_Query( $gallery_args ); if( $gallery_qry->have_posts() ) { while( $gallery_qry->have_posts() ) { $gallery_qry->the_post(); ?>