%2$s', esc_url( get_permalink( get_the_ID() ) ), /* translators: %s: Name of current post. */ sprintf( esc_html__( 'Continue reading %s', 'shoreditch' ), '' . get_the_title( get_the_ID() ) . '' ) ); return ' … ' . $link; } add_filter( 'excerpt_more', 'shoreditch_excerpt_more' ); endif;