Using Bootstrap, what will be the best way to achieve this type of layout. These posts are in a loop and should display on a page of 16.
UPDATE Thanks to Dublin (comment) directing me to the correct CSS layout
This is what I came up with, if it can help other `
<?php if($count == 2 || $count == 4 || $count == 6|| $count == 8|| $count == 10|| $count == 12 || $count == 14){?>
</div>
<?php }?>`