The default URL setting for comment authors link is target = self (making people leave your site if they click) Why, on Earth would any blog owner want this? Of coarse the community makes a plugin, but every mod adds possible problems later, when Wordpress upgrades. Wordpress is extremely popular, can any fans explain why WordPress drives traffic away from your sites? Note: 'comments.php' calls for <?php comment_author_link() ?>, which is why they make a plugin, instead of a simple fix. Do any Wordpress experts know exactly where to modify <?php comment_author_link() ?> without the plugin? Thanks
They use that link type because that's what W3C say to do. Opening a new browser or tab should be totally up to the user.
Its pretty standard now to not target to a new window. You let the user decide if they want to open a new window or not. Its not just WordPress.
Primarily, the internet isn't for making money. It's a service for the user for them to find information, what the blogger wants has nothing to do with it.
I agree with shamess. The system is setup to make it easier for people to find what they want rather than to make money with it.
To Wordpress users: The world's most popular blogging software follows today's 'strict' standards, and I will not (continue to) attempt to argue with that. To Webmasters in general: How many of the links leaving DP open in the same window? IMO, community-based web sites 'have the right to choose' to use links with 'target = _blank'.
You have the right to do anything you want with your website, it is your website. We are discussing the question you asked "Why does WordPress drives traffic away from your sites?" And we are saying it doesn't, they are following standards which are set forth by a 3rd party organization. Since WordPress is open source, you can do anything you want to customize it to your needs. WordPress is doing nothing but providing free software which you can modify. Plain and simple.