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

Link Footnotes

설명

Adds a section to the bottom of your pages and posts listing any external
links.

Only links starting with http or https are included so ftp, mailto, etc
will not be included in the list; although it would be pretty trival to
edit the plugin to allow them to. Likewise any links that start with your
blog URL are also excluded.

For more information, you can visit Nutt.net

설치

  1. Upload the link-footnotes folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. It’s on by default, so any posts and pages with external links will display footnotes once activated

Options

There are three options on the Settings -> Writing page.

Default On

Whether you want the footnotes to display by default or not. If cleared then
the links will not be displayed even if there are external links. You can force
the links to show even if it’s turned off using meta fields (see below)

Heading

Text that you want to display above the list. By default this is <h2>Links</h2>

Link Target
Anything in this field will be used as the target attribute in the links created for
footnotes. For example, if you’d like to have all of the footnote links open in a
new window you would enter _blank into the Link Target field.

Only the footnote links are affected. The links in the post itself are not touched.

Meta Fields

You can override the Default On setting by including either lf_on or lf_off
meta fields in your post or page. The value for either field doesn’t matter. As
long as it’s not blank then the meta tag will work.

Using lf_on will force the link list to show even if the default is not to show. lf_off
will force the list not to show overriding the default.

FAQ

None yet

후기

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

기여자 & 개발자

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

기여자

자국어로 “Link Footnotes”(을)를 번역하세요.

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

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

변경이력

0.1.7

  • Added option to allow you to add a target attribute to the footnotes links created.

0.1.6

  • Just changing where the plugin lives, no functional changes. No need to update.

0.1.5

  • Fix: Duplicate links are only shown once
  • Fix: Use <li> instead of <ul> to wrap links

0.1

  • First release