$i = 0;foreach (/* ... */) { // imprimes el HTML normal if ($i == 10) { // imprimes cada 10 items $i = 0; } $i += 1;}