6,
'post_type' => 'post',
'post_status' => 'publish',
'paged' => 1,
'ignore_sticky_posts' => true,
);
if ( absint( $recent_category ) > 0 ) {
$args['cat'] = absint( $recent_category );
}
$loop = new WP_Query($args);
if ( $loop->have_posts() ) :
$i=0;
$class='';
while ($loop->have_posts()) : $loop->the_post(); $i++;?>