ID ) && ( 0 == $counter ) ) { get_template_part( 'content', 'hero' ); $counter++; continue; } if ( 1 == $counter % 2 ) { get_template_part( 'content', 'odd' ); } else { get_template_part( 'content', 'even' ); } $counter++; endwhile; the_posts_navigation(); else : get_template_part( 'content', 'none' ); endif; ?>