diff --git a/src/wp-content/themes/twentyseventeen/front-page.php b/src/wp-content/themes/twentyseventeen/front-page.php index c5d7f15509..460c942ac9 100644 --- a/src/wp-content/themes/twentyseventeen/front-page.php +++ b/src/wp-content/themes/twentyseventeen/front-page.php @@ -24,7 +24,7 @@ get_header(); ?> the_post(); get_template_part( 'template-parts/page/content', 'front-page' ); endwhile; - else : // I'm not sure it's possible to have no posts when this page is shown, but WTH. + else : get_template_part( 'template-parts/post/content', 'none' ); endif; ?>