Home › Forums › Support › Can’t change Read more text for blog This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 2, 2022 at 5:09 pm #2399134 Bill Hi there! I changed the ‘read text’ label in Layout>blog but it does not show on the blog page. The buttons still say ‘read more’. I turned off perfmatters and Autoptimize on that page, but still does not work. Thanks! Bill November 2, 2022 at 5:17 pm #2399137 LeoStaff Customer Support Hi Bill, Are there custom functions added with regards to the read more tag? Have you tried disabling all plugins except GP Premium to test? Let me know 🙂 November 2, 2022 at 5:27 pm #2399138 Bill Hi Leo, I have this code snippet. I removed it and now there is no button or text. add_filter( ‘wp_trim_excerpt’, ‘tu_excerpt_metabox_more’ ); 2 function tu_excerpt_metabox_more( $excerpt ) { 3 $output = $excerpt; 4 5 if ( has_excerpt() ) { 6 $output = sprintf( ‘%1$s <p class=”read-more-button-container”>%3$s</p>’, 7 $excerpt, 8 get_permalink(), 9 __( ‘Read more’, ‘generatepress’ ) 10 ); 11 } 12 13 return $output; 14 } November 2, 2022 at 5:35 pm #2399144 LeoStaff Customer Support Can you try editing the Read more text in that function? November 2, 2022 at 5:49 pm #2399150 Bill Yes, that worked. Thanks 🙏 November 3, 2022 at 7:48 am #2400077 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In