query(a
Try this
$i = 1; //Build custom items foreach($children as $child){ if($i>2){ $i =1; } if ($i==2) { //close row } $i++; }