Home › Forums › Support › Customizing the Excerpts Read More This topic has 3 replies, 2 voices, and was last updated 4 years ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 26, 2019 at 4:22 pm #850859 Robert I’d like to change my excerpts Read more link to Read: “Post Title”. GP Premium 1.7.8 March 27, 2019 at 8:31 am #851574 TomLead Developer Lead Developer Hi there, Try this: add_filter( 'generate_excerpt_more_output', function() { return sprintf( ' ... <a title="%1$s" class="read-more" href="%2$s">Read: %3$s</a>', the_title_attribute( 'echo=0' ), esc_url( get_permalink( get_the_ID() ) ), get_the_title() ); } ); Adding PHP: https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development March 28, 2019 at 6:05 am #852356 Robert Awesome March 28, 2019 at 8:40 am #852630 TomLead Developer Lead Developer Glad I could help 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In