'page', 'post_per_page' => count( $aneeq_testimonial_pages ), 'post__in' => $aneeq_testimonial_pages, 'orderby' =>'post__in', ); $aneeq_loop = new WP_Query($aneeq_page_testimonial_args); if ( $aneeq_loop->have_posts() ) : while ($aneeq_loop->have_posts()) : $aneeq_loop->the_post(); ?>

'post', 'post_per_page' => count( $aneeq_testimonial_posts ), 'post__in' => $aneeq_testimonial_posts, 'orderby' =>'post__in', 'ignore_sticky_posts' => true, ); $aneeq_loop = new WP_Query($aneeq_post_testimonial_args); if ( $aneeq_loop->have_posts() ) : while ($aneeq_loop->have_posts()) : $aneeq_loop->the_post(); ?>