jaka je spravna syntax pro WP_Query string?
$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);
Mam tam toto, ale nejak mi to vubec nechce fungovat...