current_post; $small_post_array = array(4, 5, 8, 9, 12, 13); if( $index == 0 ){ $class = ''; }else if( $index == 1 || $index == 2 ){ $class = 'even-post'; }else if( in_array($index, $small_post_array) ){ $class = 'small-post'; }else if( ($index > 2 && $index < 15) ){ $class = 'big-post'; }else{ $class = 'even-post'; } ?>
> >
', '' ); ?>