Help - Search - Members - Calendar
Full Version: wordpress author link in new window
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
miiszxclassiic
What do i add to this code to get the link to open in a new window ( blank target )?:

<?php comment_author_link() ?>
Clashing
if you want to open that link in a new window... use this code in your head tags.

<base target="_blank">

keep this in mind, this code applies to all links in your page.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.