$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
16 have_posts()) : $my_query->the_post(); ?> 18
19 24
25
26
27 28