<?php if (have_posts()) { echo '<div class="item">'; while (have_posts()) { the_post();
if (0 !== $wp_query->current_post && 0 === $wp_query->current_post%10) {
echo '</div><div class="item">';
} ?>
код
<?php }
echo '</div>';
} ?>