이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Links in Captions

설명

WordPress 3.4 Supports HTML in Captions!
Basic HTML support has been added to the caption field in the image uploader. This allows you to add links – great for photo credits or licensing details – and basic formatting such as bold and italicized text.

For WordPress 3.3.2 and earlier…finally you can add links to your image captions.

Adding links to captions is the 9th most popular request in the WordPress Ideas forum.

With this plugin, you can also use shortcodes in captions.

How to use

Inside the 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.

설치

  1. Upload plugin files to your plugins folder, or install using WordPress’ built-in Add New Plugin installer
  2. Activate the plugin
  3. Edit a post or page and insert an image
  4. 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}

FAQ

What is the plugin license?
  • This plugin is released under a GPL license.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Links in Captions”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Links in Captions”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.