From 25a0a049b2b7ba41fd2a3ba8f29bc0bcded7cf80 Mon Sep 17 00:00:00 2001 From: Brian Coords Date: Mon, 22 Nov 2021 20:46:39 -0800 Subject: [PATCH] cleans up read more text --- inc/extras.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/extras.php b/inc/extras.php index 3c83c1d4..1c2515ee 100644 --- a/inc/extras.php +++ b/inc/extras.php @@ -277,7 +277,7 @@ if ( ! function_exists( 'understrap_all_excerpts_get_more_link' ) ) { $post_excerpt = $post_excerpt . ' [...]

' . __( 'Read More...', 'understrap' - ) . ' ' . get_the_title( get_the_ID() ) . '

'; + ) . ' from ' . get_the_title( get_the_ID() ) . '

'; } return $post_excerpt; }