- +
+ +
- + + diff --git a/template-parts/content.php b/template-parts/content.php index bcc82d9..d2bc621 100644 --- a/template-parts/content.php +++ b/template-parts/content.php @@ -17,7 +17,8 @@ - -
- →', 'kuhn' ), array( 'span' => array( 'class' => array() ) ) ), - the_title( '"', '"', false ) - ) ); - - wp_link_pages( array( - 'before' => '', - ) ); - } else { - the_excerpt(); - } - ?> -
+
-
- -
- + if ( is_singular() ) { + the_content( sprintf( + /* translators: %s: Name of current post. */ + wp_kses( __( 'Continue reading %s ', 'kuhn' ), array( 'span' => array( 'class' => array() ) ) ), + the_title( '"', '"', false ) + ) ); + + wp_link_pages( array( + 'before' => '', + ) ); + } else { + the_excerpt(); + } + ?> +
+ +
+ +
+