=== Links in Captions === Tags: captions, links, link, link in captions, caption, image, images, editor, rich text editor, text editor, html editor Requires at least: 2.5 Tested up to: 3.0.3 Stable tag: trunk Contributors: katzwebdesign Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=zackkatz%40gmail%2ecom&item_name=Links%20in%20Captions&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8 Easily add links to image captions in the WordPress editor. == Description ==
"Just a quick note to say that I've just downloaded the 'Links in Captions' WordPress plugin and it's working like a dream."
Pete
caption input, you can now add a link by using the following format: {a href="http://www.example.com"}Anchor text here{/a}, or alternatively you could use {link url="http://www.example.com"}Anchor text here{/link}.
You can also specify target, title, and rel attributes: {link url="http://www.example.com" target="_blank" rel="nofollow" title="I never could do this before!"}Anchor text here{/link}
> ####You may also be interested in:
> Rich Text Tags - Enable rich text editing of tags, categories, and taxonomies. Add value to your tag & category pages and improve your website' SEO.
== Installation ==
1. Upload plugin files to your plugins folder, or install using WordPress' built-in Add New Plugin installer
1. Activate the plugin
1. Edit a post or page and insert an image
1. Inside the caption input, you can now add a link by using the following format: {link url="http://www.example.com"}Anchor text here{/link}
* Optional: You can also specify target and rel attributes: {link url="http://www.example.com" target="_blank" rel="nofollow"}Anchor text here{/link}
== Frequently Asked Questions ==
= What is the plugin license? =
* This plugin is released under a GPL license.
== Changelog ==
= 1.2 =
* Fixed issue where `title` wasn't displaying properly - this was because the plugin didn't generate wrapping quotes. (Thanks, Tevya)
* Added support for `{a href=""}Link{/a}` formatting instead of only `{link}`. Developers and people used to writing HTML should find this more natural.
= 1.1 =
* Fixed issue with quotes: I did a ton of variations and possible combinations and made sure that each combination works. Now it shouldn't matter whether the caption uses single or double quotes, or even any attributes inside the link
* Added `title` attribute support
= 1.0 =
* Initial plugin release.
== Upgrade Notice ==
= 1.2 =
* Fixed issue where `title` wasn't displaying properly - this was because the plugin didn't generate wrapping quotes. (Thanks, Tevya)
* Added support for `{a href=""}Link{/a}` formatting instead of only `{link}`. Developers and people used to writing HTML should find this more natural.
= 1.1 =
* Fixed issue with quotes: I did a ton of variations and possible combinations and made sure that each combination works. Now it shouldn't matter whether the caption uses single or double quotes, or even any attributes inside the link
* Added `title` attribute support
= 1.0 =
* Let's go linking!