Home › Forums › Support › open new tab comment link This topic has 1 reply, 2 voices, and was last updated 4 years, 11 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 21, 2020 at 8:18 pm #1540596 Kanta Hello When click on the commentor name his website directly open on my website. I want to open commentor website in a new tab. Please provide css code for this solution. Regards November 22, 2020 at 5:21 am #1540881 DavidStaff Customer Support Hi there, try adding this PHP Snippet: add_filter( 'get_comment_author_link', 'open_comment_author_link_in_new_window' ); function open_comment_author_link_in_new_window( $author_link ) { return str_replace( "<a", "<a target='_blank'", $author_link ); } Adding PHP: https://docs.generatepress.com/article/adding-php/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In