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