Title: Endnotes
Author: Heavy Heavy
Published: <strong>22 jūnijs, 2015</strong>
Last modified: 2 maijs, 2016

---

Meklēt spraudņus

![](https://ps.w.org/endnotes/assets/banner-772x250.png?rev=1185743)

Šī spraudnis **nav atjaunināts vairāk kā divus gadus**. Varbūt, tas vairs netiek
uzturēts, nesaņemt atbalstu un tam var būt saderības problēmas ar jaunākām WordPress
versijām.

![](https://s.w.org/plugins/geopattern-icon/endnotes_738c8a.svg)

# Endnotes

 Autors [Heavy Heavy](https://profiles.wordpress.org/heavyheavy/)

[Lejupielādēt](https://downloads.wordpress.org/plugin/endnotes.zip)

 * [Sīkāka informācija](https://lv.wordpress.org/plugins/endnotes/#description)
 * [Atsauksmes](https://lv.wordpress.org/plugins/endnotes/#reviews)
 *  [Uzstādīšana](https://lv.wordpress.org/plugins/endnotes/#installation)
 * [Attīstība](https://lv.wordpress.org/plugins/endnotes/#developers)

 [Atbalsts](https://wordpress.org/support/plugin/endnotes/)

## Apraksts

Endnotes is a simple solution for adding footnotes to your WordPress posts or pages.
The plugin originated as a fork of John Watson’s FD [Footnotes](https://wordpress.org/plugins/fd-footnotes/)
but has been updated to use the WordPress Settings API. The original plugin’s usage
and functionality has been retained.

#### How to Use

You can add footnotes to your posts or pages by adding numbered inline content within
square brackets. Place the inline content where you would like the superscript numeral
to appear.

    ```
    I am Jack's happy sentence that will contain a footnote[1. I am Jack's happy footnote] for calling out a reference.
    ```

Each footnote must have a number, followed by a period and a space, and then the
actual footnote. They don’t have to be unique but it is recommended. It doesn’t 
matter what the numbers are since the footnotes will be automatically renumbered
when the post is displayed.

Footnotes can contain anything you’d like including links, images, etc. Footnotes
are automatically linked back to the spot in the text where the note was made.

#### Square Bracket Usage

Do not include square brackets inside the footnotes themselves.

#### Unique Footnote Numbers

Footnote numbers don’t need to be unique but it is highly recommended, especially
if the text is identical for multiple footnotes. If you have multiple footnotes 
with the exact same text and number, you may get undesirable results.

## Ekrānuzņēmumi

[⌊Endnotes settings screen⌉⌊Endnotes settings screen⌉[

Endnotes settings screen

[⌊Endnotes usage in TinyMCE editor⌉⌊Endnotes usage in TinyMCE editor⌉[

Endnotes usage in TinyMCE editor

[⌊Endnotes output⌉⌊Endnotes output⌉[

Endnotes output

## Uzstādīšana

You can install Endnotes either via the WordPress Dashboard or by uploading the 
extracted `endnotes` folder to your `/wp-content/plugins/` directory. Once the plugin
has been successfully installed, simply activate the plugin through the Plugins 
menu in your WordPress Dashboard.

Once the plugin has been activated, visit the Settings page to customize the display
of your footnotes.

## BUJ

  Why was this plugin developed?

Though we loved the simplicity of the FD Footnotes plugin, we felt it was prudent
to utilize the WordPress Settings API to prevent the occurrence of PHP errors we
were encountering.

  Will the plugin style my footnotes?

No. We felt it was important to leave the stylistic presentation of your footnotes
up to you. The markup for the footnotes is pretty straightforward and should inherit
your theme’s styles for `h3`, `a`, and `ol` elements. There are unique CSS class
names you can hook into for further customization via your theme’s `style.css` file.

  I am using FD Footnotes. Can I migrate to Endnotes?

If you would like to replace FD Footnotes with Endnotes, you will need to deactivate
FD Footnotes **before** activating Endnotes. Because this plugin is using the WordPress
Setting API, you will need to navigate to the **Endnotes Settings** page and save
your settings.

  Is the plugin translatable?

Yes. If you have translated the plugin into your language, please send the translation
files to [hello@heavyheavy.com](https://lv.wordpress.org/plugins/endnotes/hello@heavyheavy.com?output_format=md)
for inclusion in future releases.

## Atsauksmes

![](https://secure.gravatar.com/avatar/e471b23a4305b38ef2fda9d4a387c9d92b0541845502b4998164d6d8786ebb13?
s=60&d=retro&r=g)

### 󠀁[A Tweak to the beginning/ending footnote delimiters.](https://wordpress.org/support/topic/a-tweak-to-the-beginningending-footnote-delimiters/)󠁿

 [ronsmithmd](https://profiles.wordpress.org/ronsmithmd/) 17 jūlijs, 2017

There is a workaround for the single “]” problem at the end of the footnote. If 
you change footnotes to begin with “[[1. ” and end with “]]” and then manually change
the plugin file named “endnotes-output.php: lines as below, you can use single “]”
inside your footnote! 31 if ( preg_match_all(‘/\[\[(\d+\. .*?)\]\]/s’, $content,
$matches ) ) { 32 foreach( $matches[0] as $fn ) { 33 $note = preg_replace( ‘/\[\[\
d+\. (.*?)\]\]/s’, ‘\1’, $fn ); 34 $notes[$n] = $note;

![](https://secure.gravatar.com/avatar/0a261c815bfedaf960d79f65215f56a2264797b679ede3a9307577e58b32516d?
s=60&d=retro&r=g)

### 󠀁[Works great](https://wordpress.org/support/topic/works-great-3288/)󠁿

 [elibrarian27](https://profiles.wordpress.org/elibrarian27/) 10 novembris, 2016

I have a VERY large document with a lot of endnotes and I initially had trouble 
with this program but it turned out to be an easy fix. The trouble I had was that
my particular theme sometimes tries to isolate what looks to it like code (with 
code tags), and it was doing this with one or two of the closing brackets. When 
this happened, the program did not work correctly because it was looking for a closing]
for the footnote. All you have to do to resolve this is go into the text view and
search (crtl-F) for “code” and you will be able to easily locate these instances.
This happened with my theme but it might not happen with others. Erik was very responsive
to my questions.

![](https://secure.gravatar.com/avatar/33cd679b8280800095417da704f5533732d2f9d7dbfaa67fc95b59ea36331b4b?
s=60&d=retro&r=g)

### 󠀁[Verry simple with effective](https://wordpress.org/support/topic/verry-simple-with-effective/)󠁿

 [bskienhvqy](https://profiles.wordpress.org/bskienhvqy/) 3 septembris, 2016

Verry good plugin. But just can’t recognize the same reference while writting

![](https://secure.gravatar.com/avatar/c88799661613cc7313175536064861b29b76bdf958b7896c9d1f23f97a7924e8?
s=60&d=retro&r=g)

### 󠀁[Easy and quick](https://wordpress.org/support/topic/easy-and-quick-19/)󠁿

 [nicob73](https://profiles.wordpress.org/nicob73/) 3 septembris, 2016

Nothing to say except THANKS!

 [ Lasīt 5 atsauksmes ](https://wordpress.org/support/plugin/endnotes/reviews/)

## Autori un izstrādātāji

“Endnotes” ir atvērtā pirmkoda programmatūra. Šo spraudni ir veidojuši šādi cilvēki.

Līdzdalībnieki

 *   [ Heavy Heavy ](https://profiles.wordpress.org/heavyheavy/)
 *   [ Erik Ford ](https://profiles.wordpress.org/wearepixel8/)

[Tulkot “Endnotes&#8221 savā valodā.](https://translate.wordpress.org/projects/wp-plugins/endnotes)

### Vai jūs interesē attīstība?

[Pārlūkojiet kodu](https://plugins.trac.wordpress.org/browser/endnotes/), apmeklējiet
[ SVN krātuvi ](https://plugins.svn.wordpress.org/endnotes/)vai abonējiet[ attīstības žurnālu](https://plugins.trac.wordpress.org/log/endnotes/),
ko izveidojis [RSS](https://plugins.trac.wordpress.org/log/endnotes/?limit=100&mode=stop_on_copy&format=rss).

## Izmaiņu žurnāls

#### 1.0.0

 * Initial release

## Meta

 *  Versija **1.0.1**
 *  Pēdējo reizi atjaunots: **pirms 10 gadiem**
 *  Aktīvās instalācijas: **100+**
 *  WordPress versija ** 4.1 vai jaunāka **
 *  Pārbaudīts līdz: **4.5.33**
 *  Valoda
 * [English (US)](https://wordpress.org/plugins/endnotes/)
 * Birkas:
 * [bibliography](https://lv.wordpress.org/plugins/tags/bibliography/)[endnotes](https://lv.wordpress.org/plugins/tags/endnotes/)
   [footnotes](https://lv.wordpress.org/plugins/tags/footnotes/)[notes](https://lv.wordpress.org/plugins/tags/notes/)
   [references](https://lv.wordpress.org/plugins/tags/references/)
 *  [Papildu skats](https://lv.wordpress.org/plugins/endnotes/advanced/)

## Vērtējumi

 4.8 no 5 zvaigznēm.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/endnotes/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/endnotes/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/endnotes/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/endnotes/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/endnotes/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/endnotes/reviews/#new-post)

[Skatīt visas atsauksmes](https://wordpress.org/support/plugin/endnotes/reviews/)

## Līdzdalībnieki

 *   [ Heavy Heavy ](https://profiles.wordpress.org/heavyheavy/)
 *   [ Erik Ford ](https://profiles.wordpress.org/wearepixel8/)

## Atbalsts

Jums ir kaut kas ko teikt? Vajadzīga palīdzība?

 [Skatīt atbalsta forumu](https://wordpress.org/support/plugin/endnotes/)