"> 'post','paged'=>$paged,'cat' => $category_id); $cat_data = new WP_Query( $args ); if($cat_data->have_posts()) : while($cat_data->have_posts()) : $cat_data->the_post(); global $more; $more = 0; get_template_part('content','post'); endwhile; endif; ?>