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

MNML Footnotes

설명

This plugin gives you a shortcode to make numbered references to footnotes, directly from your post content. Footnotes are listed and enumerated automatically at the end of your post
content, reusing all existing styles of your site. All references become anchor links guiding the user to the footnote section of the post.

We would love to hear and discuss your feedback in a review. If you want to report a bug or have a feature request, please do so via the GitHub repository.

Usage

To make a new footnote reference in your content you can use the shortcode mnml_footnote in the following way:

This is your regular post content and the shortcode by this plugin looks like this [mnml_footnote] Easy, right? [/mnml_footnote]

Everything inside the shortcode will be moved into a footnote and replaced by a numbered reference link to it. In this example the footnote content would be “Easy, right?”.

스크린샷

설치

  1. Upload the plugin files to the /wp-content/plugins/mnml-footnotes directory, or install the plugin through the WordPress plugins screen directly.

  2. Activate the plugin through the Plugins area in WordPress.

  3. Start using the shortcode [mnml_footnote]Your footnote reference here.[/mnml_footnote] within your post content.

  4. Optionally, you can go to Settings->Writing and add a title for your footnotes sections on posts.

FAQ

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/mnml-footnotes directory, or install the plugin through the WordPress plugins screen directly.

  2. Activate the plugin through the Plugins area in WordPress.

  3. Start using the shortcode [mnml_footnote]Your footnote reference here.[/mnml_footnote] within your post content.

  4. Optionally, you can go to Settings->Writing and add a title for your footnotes sections on posts.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

v0.3.0 – 26 October 2017

  • Frontend: Footnote links are <sup> and no longer span tags with custom styles.

v0.2.3 – 2 October 2017

  • Testing: Disallow var_dump and some others in PHP_CodeSniffer
  • Documentation: Improved changelog formatting

v0.2.2 – 1 October 2017

  • Bugfix: Fix global post variable in tests and remove unused code. Fixes #11

v0.2.1 – 25 September 2017

  • Testing: Use Precise and simplify config on TravisCI.
  • Documentation: Include required PHP version for w.org.

v0.2.0 – 11 August 2017

v0.1.2 – 10 June 2017

  • A sketch of another shortcode was removed in favor of simplicity for now. Nothing changes though, the shortcode for
    footnote references works exactly the same way as before.

v0.1.1 – 10 June 2017

  • The plugin was renamed to MNML Footnotes.
  • A bug concerning repeated footnotes referencing the same text has been fixed.
  • Whitespace at the beginning and end of footnote content is now trimmed away.

v0.1.0 – 17 April 2017

  • Footnotes that only contain a link will now automatically convert into anchor tags with target=”_blank”.
  • The few words by this plugin on the settings page are now translatable. A .pot file for translations is also included inside the /lang directory.

v0.0.1 – 26 March 2017

Initial version.