$my_post_string = array( 'post__in' => array( 36, 45, 49), 'posts_per_page' => 3, 'orderby' => 'date', 'order' => 'ASC' );
$my_post_string => array ( 'posts_per_page'=3, 'post__in' => array( 36, 45, 49 ), 'orderby'=date, 'order'=ASC); $testimonial_query = new WP_Query($my_post_string);