Link Wrench is a WordPress plugin that adds a span with class=”insidelink” inside your links. I wrote it to deliver the effect we wanted for the links on StrawberryCat.com.
The plugin is available under the GNU GPLv3 license. You may clone, download or fork it on GitHub. The WordPress.org page for the plugin is here.
As an example of what can be done with this plugin, on StrawberryCat.com we style the links with:
a:link,
a:active,
a:visited
{
color: #c31;
text-decoration: underline;
}
And style the insidelink class with:
.insidelink
{
color:#000;
text-decoration: none;
}
The result is this:
Here is a link to StrawberryCat’s site, styled in the manner I describe above.

Hi Phil,
I hope this plugin is just what I need however I just dont see how to use it. I have installed it and copied
.insidelink
{
color:#000;
text-decoration: none;
}
into the themes style.css as I think I should.
The destination tag is
leaving Doncaster.
Is there any more code that should be used to make this work or is this enough ?
Regards
Bob Kinloch
sory but the destination tag seems to have been stripped off by the text editor, it should have said:
leaving Doncaster.I hope this works
OK … the code has been stripped off again..Ho Hum..
The answer is
MY TEXTcould you include this on your page for Novices like me
Yes it has stripped the code off again….