• What do i add to this code to get the link to open in a new window ( blank target )?:

    <?php comment_author_link() ?>

Viewing 1 replies (of 1 total)
  • did you ever solve this?

    if you didnt, there are 2 options that i know of:

    1. you download a plug in that allows you to add attributes to built in functions. I have never tried this but it looks cool! https://guff.szub.net/2005/01/27/add-link-attribute/

    2. you edit the file wp-includes/comment-template.php, around line # 48. Add target=’_blank’

    Hope that helps

Viewing 1 replies (of 1 total)
  • The topic ‘author link url in new window for pop-up comments’ is closed to new replies.