Skip to content

Instantly share code, notes, and snippets.

@leanda
Last active December 21, 2015 19:39
Show Gist options
  • Save leanda/6356032 to your computer and use it in GitHub Desktop.
Save leanda/6356032 to your computer and use it in GitHub Desktop.
Add odd even class to posts
<div class="post <?php echo $i % 2 == 0 ? "even" : "odd" ?>">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment