Home › Forums › Pro Support › Read more link instead of button This topic has 7 replies, 2 voices, and was last updated 4 years, 2 months ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 1, 2019 at 2:26 pm #10557 MichaelParticipant Hi, I want to remove the Read More button and just have a “Read more” text link straight after the excerpt … What is the best way to achieve that? Thanks August 1, 2019 at 3:59 pm #10560 TomKeymaster Hi there, Give this function a shot: add_filter( 'wpsp_ellipses', function() { return sprintf( '...<a href="%1$s">Read more</a>', get_permalink() ); } ); August 1, 2019 at 4:10 pm #10561 MichaelParticipant Thanks Tom, It added a link to the first post in the section, but not the other two. And buttons still there. I will add test site link back to first post. August 1, 2019 at 4:27 pm #10562 MichaelParticipant Ah, there is no edit function to add url August 1, 2019 at 7:51 pm #10564 MichaelParticipant https://wordpress-221466-936141.cloudwaysapps.com/ bottom of page August 2, 2019 at 6:22 pm #10578 TomKeymaster Do those other posts have a manual excerpt applied to it? If so, what happens if you let WordPress handle the excerpt automatically? To remove the button, you need to remove the Read more text in your list settings. August 2, 2019 at 8:29 pm #10582 MichaelParticipant Thanks Tom, all working good now! August 3, 2019 at 7:42 pm #10587 TomKeymaster You’re welcome 🙂 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In