Guest User

Untitled

a guest
Feb 18th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php if(have_rows('characteristics')) : ?>
  2. <?php $i=0; while(have_rows('characteristics')) : the_row(); $i++; ?>
  3. <div class="column large-6 <?php if($i % 2 == 0): echo 'large-push-6'; endif; ?>">
Add Comment
Please, Sign In to add comment