';
/* Start the Loop */
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/post/preview' );
endwhile;
echo '
';
endif;
} else { // If this is not a preview on WordPress.org
if ( have_posts() ) :
if ( is_home() && ! is_front_page() ) : ?>