Link Wrench

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.

5 comments to Link Wrench

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

ipv6 ready