$cat_id, 05 'post_type' => 'post', 06 'post_status' => 'publish', 07 'posts_per_page' => -1, 08 'caller_get_posts'=> 1 09 ); 10 $my_query = null; 11 $my_query = new WP_Query($args); 12 if( $my_query->have_posts() ) { 13 ?> 14
15 25 26
27 28