' . esc_html__( 'Pages:', '_s' ),
- 'after' => '
',
- ) );
+ wp_link_pages(
+ array(
+ 'before' => '' . esc_html__( 'Pages:', '_s' ),
+ 'after' => '
',
+ )
+ );
?>
diff --git a/template-parts/content.php b/template-parts/content.php index 0573e82e53..c0df3ecd96 100644 --- a/template-parts/content.php +++ b/template-parts/content.php @@ -33,23 +33,27 @@