$this_cat,
'post_type' => array( 'post' ),
'post_status' => array( 'publish' ),
'posts_per_page' => $ppp,
'paged' => $paged, ); $the_post_query = new WP_Query( $qargs );
if ($the_post_query->have_posts() ): while ( $the_post_query->have_posts() ) : $the_post_query->the_post();?>
© TEMPLATE_NAME | Designed by Sunpoint