'; /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'content', 'masonry' ); endwhile; echo ''; } else { /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'content', get_post_format() ); endwhile; } ?>