'; ?>
'; // col // $i++; // if we're at the end close the row // if ($i == $total) { // echo '
'; // } else { // /** // * Perform modulus calculation to check whether $i / 2 is whole number // * if true close row and open a new one // */ // if ($i % $columns == 0) { // echo '
'; // } // } echo "
"; } } else { get_template_part('loop-templates/content', 'none'); } ?>