Skip to content

Instantly share code, notes, and snippets.

@dmassiani
Created April 18, 2013 06:36
Show Gist options
  • Save dmassiani/5410638 to your computer and use it in GitHub Desktop.
Save dmassiani/5410638 to your computer and use it in GitHub Desktop.
Clearfix after N columns
<?php
if( ($new->current_post % 3) == 2 ){
?>
<div class="clearfix"></div>
<?php
}
?>
where $new = new WP_Query( $args );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment