Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created December 18, 2015 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/1999b06362cc10e27d19 to your computer and use it in GitHub Desktop.
Save billerickson/1999b06362cc10e27d19 to your computer and use it in GitHub Desktop.
<?php
current_post || 0 == $wp_query-&gt;current_post % 4 )
$classes[] = 'first';
return $classes;
}
add_filter( 'post_class', 'be_archive_post_class' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment