diff --git a/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php b/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php index 5608ec6c25..98427f2981 100644 --- a/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php +++ b/src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php @@ -43,6 +43,12 @@ get_the_title() ) ); + wp_link_pages( + array( + 'before' => '', + ) + ); ?>