have_posts() ) : ?>
have_posts() ) :
$the_query->the_post();
$loop_count++;
$list_args['count'] = $loop_count;
if ( $min < $loop_count ) {
$list_args['list_class'] = $list_class;
}
Arkhe::get_part( 'post_list/style/' . $file_name, $list_args );
endwhile;
?>