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