Twitter bootstrap – Using PHP loop to add Bootstrap rows and proper column numbers to elements
I'm trying to create the following front-end using a PHP loop and Twitter Bootstrap's 12 column grid system: The HTML output is: <div class="row"> <div class="col-lg-4"> Content... </div> <div class="col-lg-4"> Content... </div> <div class="col-lg-4"> Content... </div> </div> <div class="row"> <div…