%2$s', esc_url( get_permalink( get_the_ID() ) ), /* translators: %s: Post title. */ sprintf( get_theme_mod( 'read_more_label', __( 'Continue reading', 'ampy' ) ) . ' "%s"', get_the_title( get_the_ID() ) ) ); } return '… ' . $link; } /** * Custom Excerpt length. */ public function new_excerpt_length() { return get_theme_mod( 'summary_length', 12 ); } }