Home › Forums › Pro Support › Customize author link Tagged: author link This topic has 5 replies, 2 voices, and was last updated 3 years ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 27, 2020 at 1:26 pm #21748 RolandasParticipant Hi If us this snippet to customize posts author link in GeneratePress (Pro, last version) https://docs.generatepress.com/article/generate_post_author_output/ add_filter( 'generate_post_author_output', function( $output ) { return '<a href="https://www.sisla.lt/apie/">Rolandas Šišla</a>'; } ); How I can do the same with WP Show Posts author links? (I use WPSP Pro, last version) October 28, 2020 at 1:45 pm #21826 TomKeymaster Hi there, You should be able to do this: add_filter( 'wpsp_author_output', function() { return '<a href="https://www.sisla.lt/apie/">Rolandas Šišla</a>'; } ); October 29, 2020 at 6:20 am #21884 RolandasParticipant Fine, thanks October 29, 2020 at 2:07 pm #21917 TomKeymaster No problem! November 5, 2020 at 2:27 pm #22253 RolandasParticipant Sorry, but I still have an additional question. How to add a class to a newly created html element, for control with same css? Maybe you can add a feature? November 6, 2020 at 2:18 pm #22273 TomKeymaster Which element are you wanting to add a class to? 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