How can I redirect the author page link to open in a new (blank) window.
Now it opens in the same window.
Thanks for the great support!!!



echo '<span class="author-url"><a class="invert-grey" href="' . get_the_author_meta('user_url'). '">'. __( 'author page ', 'writer' ) .'</a></span>';
echo '<span class="author-url"><a class="invert-grey" target="_blank" href="' . get_the_author_meta('user_url'). '">'. __( 'author page ', 'writer' ) .'</a></span>';