Even/Odd classes WordPress (when not using post_class)
<div class="row column <?php echo (++$j % 2 == 0) ? 'odd' : 'even'; ?>">