eewe
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -248,7 +248,7 @@ if ( ! function_exists( 'understrap_all_excerpts_get_more_link' ) ) { | ... | @@ -248,7 +248,7 @@ if ( ! function_exists( 'understrap_all_excerpts_get_more_link' ) ) { |
| 248 | // ' Read More', | 248 | // ' Read More', |
| 249 | // 'understrap' | 249 | // 'understrap' |
| 250 | // ) . '<span class="screen-reader-text"> from ' . get_the_title( get_the_ID() ) . '</span></a>'; | 250 | // ) . '<span class="screen-reader-text"> from ' . get_the_title( get_the_ID() ) . '</span></a>'; |
| 251 | return $post_excerpt; | 251 | return $post_excerpt."... "; |
| 252 | 252 | ||
| 253 | } | 253 | } |
| 254 | } | 254 | } | ... | ... |
-
Please register or sign in to post a comment