WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: footnotes-for-wordpress (Used by 59 domains)

Footnotes for WordPress

👤 C. Johnson 📦 v2016.1230 🔗 Plugin Homepage

Footnotes for WordPress is a simple plugin designed with a simple aim in mind: to make
it dead-easy to include decently-formatted footnotes in posts and pages on your
WordPress blog.

The syntax is roughly based on the common MediaWiki syntax for footnotes, but uses the
WordPress shortcode conventions. So, to include a footnote with the text “Text,” you use:

This is footnoted.[ref]Text[/ref]

And that’s all you need to do. When you add a footnote, Footnotes for WordPress will
create a note marker at the point that the foonote appears in the text, and includes
the text of the footnote in a styled list of notes down the page. When a reader clicks
on the link in a JavaScript-enabled browser, a script included with the plugin will
create a small bubble inline in the text, which pops up over the footnote marker for
easy reading without losing their place. In non-JavaScript-enabled contexts, clicking
on the footnote marker jumps down the page to the text of the note.

The jump is based on an unique anchor which the plugin can automatically generate for
you. However, if you want to create a specific ID of your own for the footnote, you
can do so using the name="..." attribute:

This is footnoted.[ref name="my-unique-id-1"]Text[/ref]

If you define an ID for a footnote, you can also refer back to the same footnote
later on in the document, using the [backref name="..."] shortcode.

This is footnoted.[ref name="source1"]Source 1[/ref]

So is this.[ref name="source2"]Source[/ref]

And this one comes from the same source as the first.[backref name="source1"]

Footnotes are numbered, beginning at 1. However, you can change the numbering if you
so desire using the number="..." attribute. For example, I often use this when
quoting from a book that contains footnotes or endnotes, in order to represent the
notes used by the original text.

This is footnoted, but footnotes begin at number 42.[ref number="42"]...[/ref]

You can change the text that is displayed in the note’s superscripted link from the
note’s number to any text or symbol that you choose using the superscript="..."
attribute. For example, to use an asterisk instead of the note number:

This is footnoted with a good old asterisk.[ref superscript="*"]...[/ref]

By default, the list of footnotes appears at the bottom of the post. However, if you
wish them to appear somewhere above the bottom of the post, for formatting or other
reasons, you can do so using the [references/] shortcode:

This is footnoted.[ref]Text[/ref]

As are some[ref]Text[/ref] other things.

[references/]

See also: Endnotes.

Which will cause the two footnotes to appear beneath the second paragraph but above
the “See also:” text.

Usage

  • To create a footnote, use [ref]...[/ref] to wrap the text of your note.

    Example: This is footnoted.[ref]This is the text of the of the footnote.[/ref]

  • Normally footnotes use numbered superscripts to indicate the footnote, beginning
    with 1. You can choose to use symbols instead, like *, **, †, etc. To use custom
    text for a footnote’s superscript, use [ref superscript="*"]...[/ref], and
    replace the asterisk with whatever symbol or text you want to use.

  • Normally footnotes begin at 1 and count up towards infinity. If you want to use
    numbered subscripts but need to reset the number they count from, use the number
    attribute. For example, if you want the current subscript to be numbered 128, and
    for subsequent subscripts to be numbered 129, 130, etc., use:
    [ref number=”128″]…[/ref].

  • To create a footnote with a specific unique ID, instead of the one that the plugin
    will automatically generate for you, use [ref name="..."]...[/ref]

    Example: This is footnoted.[ref name="my-unique-id"]This is the note text.[/ref]

  • If you define an ID for a footnote, you can also refer back to the same
    footnote later on in the document, using the [backref name="..."]
    shortcode.

    This is footnoted.[ref name=”source1″]Source 1[/ref]

    So is this.[ref name=”source2″]Source[/ref]

    And this one comes from the same source as the first.[backref name=”source1″]

  • To force the plugin to display notes at a different location instead of at the bottom
    of the post, use [references/]

    Example:

    This is footnoted.[ref]Text[/ref]

    As are some[ref]Text[/ref] other things.

    [references/]

    See also: Endnotes.

  • If you wish to change how footnotes are styled, you can alter them in your
    WordPress theme stylesheet, or using JavaScript. The default elements and
    classes are for superscript links to footnotes,

<

ol class=”footnotes”> for the list of references, and

  • for each individual footnote. So, for example, to
    display footnotes at the bottom in a simple list, rather than in individual
    boxes with “Note” headers, add the following line to your Theme stylesheet:
  •     ol.footnotes li {
            background: transparent !important;
            padding: 0px !important;
            border: none !important;
            margin: 0.5em 2em !important;
        }
    
    The use of `!important` will ensure that it overrides the default styles
    set up by the plugin.
    

    Changes from version 2010.0306 to version 2010.0309

    • Eliminates a harmless but potentially annoying source of “Missing argument” warnings from PHP
    DomainExposuresHeadersLast Checked
    d*s*h*i*z.de (WP 6.9.4) F 2026-05-06 19:46:46
    a*d*u*e*s*o*e*l*g.com F 2026-05-04 03:21:15
    p*u*m*h*r*.com F 2026-05-03 17:13:31
    a*a*.world F 2026-05-03 08:50:06
    c*k*r*b*a*s.com (WP 6.9.4) F 2026-05-03 05:29:57
    p*l*m*y*m*e.com (WP 6.9.4) F 2026-05-03 03:26:34
    j*u*n*l*f*i*i*a*h*m*n*t*e*.org (WP 5.8.9) ⚠️ F 2026-05-01 22:15:35
    i*l*m*m*l*o*e.com (WP 5.3.2) ⚠️ F 2026-05-01 10:54:31
    p*r*i*i*a*o*y*e*i*i*e.org F 2026-05-01 09:35:55
    d*v*n*o*t*o*s*s.org F 2026-05-01 08:01:33
    f*a*k*o*d*a*e*t*.com F 2026-04-30 02:30:07
    t*e*e*l*a*m*n*h*o*o*o*y*r*j*c*.com F 2026-04-29 20:52:09
    d*n*l*g*t*t*i*.com (WP 4.0.1) ⚠️ F 2026-04-29 07:40:28
    d*r*s*h*a*z*-*l*n*t.de (WP 6.8.5) F 2026-04-28 19:52:06
    p*r*-*o*e.net (WP 6.9.4) F 2026-04-28 14:08:56
    c*o*s*n*h*t*.com F 2026-04-27 18:18:00
    r*c*t*s*i*h*h*.com (WP 6.9.4) F 2026-04-27 03:09:17
    i*s*r*e*t*o*e*.com (WP 6.5.8) F 2026-04-26 18:15:03
    o*l*o*a*r*u*.com (WP 3.4.2) ⚠️ 📡 D 2026-04-25 13:59:04
    e*p*t*e*t*.net F 2026-04-25 03:50:52
    a*c*p*r*o*o*s*.it (WP 6.9.4) F 2026-04-24 23:20:40
    s*i*h*i*g*o*m*.nl (WP 6.8.5) F 2026-04-24 17:08:58
    m*t*i*d*l*r*u*.com (WP 4.9.26) ⚠️ F 2026-04-24 14:41:12
    t*s*e*i*e*r*z*.com F 2026-04-24 13:38:58
    k*a*h*.com (WP 6.9.4) F 2026-04-23 20:03:20
    s*g*t*e*a*i*e*t*.com F 2026-04-23 14:22:55
    u*c*r*s*b*o*.com F 2026-04-23 11:00:57
    c*n*e*g*n*e*o*r*a*.ca (WP 6.9.4) D 2026-04-23 05:08:45
    u*o*c*s*i*n.com F 2026-04-22 05:00:58
    m*r*i*y*a*c*n*a*e.com F 2026-04-21 09:07:56
    g*o*h*m*c*l*e*s*e*t*v*s*e*t*r*.org (WP 6.9.4) C 2026-04-20 22:35:57
    s*o*k*a*s*i*j*u*n*l.com F 2026-04-20 14:11:24
    d*v*n*n*i*s*i*u*e.org F 2026-04-19 17:23:26
    a*p*e*h*s*o*y.com (WP 6.9.4) A 2026-04-19 05:16:15
    h*g*p*a*s*u*e*a*t*.com (WP 6.9.4) F 2026-04-19 05:04:06
    a*t*t*k*t*.com F 2026-04-18 00:03:34
    r*l*c*a*t*o*y*a*i*t.com (WP 6.9.4) F 2026-04-16 21:02:56
    d*v*n*o*t*o*s*s.com F 2026-04-15 10:34:09
    w*e*z*r*k*i*.de F 2026-04-14 20:15:16
    t*e*a*u*a*h*s*o*y*u*e*m.org (WP 6.1.1) ⚠️ 🔓 F 2026-04-13 14:55:22
    b*u*g*a*r*v*e*.com (WP 6.9.4) F 2026-04-12 14:22:08
    r*d*e*k.com (WP 4.9.8) ⚠️ F 2026-04-11 22:16:19
    r*z*r*k*s*.net (WP 5.9.13) ⚠️ F 2026-04-09 05:09:06
    c*i*a*e*p*l*t*q*e.com (WP 6.9.4) F 2026-04-08 13:07:46
    a*p*e*h*s*o*y.org (WP 6.9.4) 2026-03-19 19:13:10
    w*e*z*r*k*t.com 2025-11-11 11:55:23
    w*e*z*r*k*i*.com 2025-11-11 11:55:23
    w*a*v*d*o*s*o*l*b*.com 2025-11-11 11:34:43
    w*a*v*d*o*h*u*d*e.com 2025-11-11 11:34:43
    w*a*t*s*o*l*b*.com 2025-11-11 11:34:43
    w*a*s*a*i*t*c*s*o*l*b*.com 2025-11-11 11:33:49
    w*a*n*w*s*o*l*b*.com 2025-11-11 11:32:36
    w*a*m*s*c*h*u*d*e.com 2025-11-11 11:32:36
    w*a*m*v*e*s*o*l*b*.com 2025-11-11 11:32:36
    w*a*c*m*d*s*o*l*b*.com 2025-11-11 11:31:19
    s*i*i*u*o*u*d*.com 2025-11-10 11:27:28
    p*m*y.com 2025-11-09 23:28:11
    n*g*q.com 2025-11-09 09:34:46
    j*c*b*i*t*r*a.com 2025-11-08 10:24:24

    Top 50 Plugins

    Plugin Count
    elementor 1,952,883
    contact-form-7 1,834,236
    elementor-pro 1,115,090
    woocommerce 905,543
    revslider 669,564
    jetpack 455,323
    js_composer 451,579
    wp-rocket 337,578
    essential-addons-for-elementor-lite 302,217
    gravityforms 260,848
    header-footer-elementor 241,647
    complianz-gdpr 237,217
    instagram-feed 235,352
    google-analytics-for-wordpress 230,220
    gutenberg-core 227,821
    elementskit-lite 226,777
    cookie-law-info 226,293
    google-site-kit 225,450
    sitepress-multilingual-cms 210,080
    bluehost-wordpress-plugin 201,331
    wpforms-lite 161,792
    astra-sites 154,513
    gutenberg 153,690
    litespeed-cache 142,755
    cookie-notice 134,730
    gtranslate 132,470
    coblocks 125,426
    the-events-calendar 124,415
    popup-maker 117,182
    woocommerce-payments 99,929
    astra-addon 99,208
    tablepress 99,084
    bb-plugin 98,816
    LayerSlider 97,311
    wp-smushit 96,651
    premium-addons-for-elementor 94,192
    mailchimp-for-wp 92,399
    duracelltomi-google-tag-manager 90,248
    honeypot 89,300
    cleantalk-spam-protect 87,809
    akismet 87,548
    woocommerce-gateway-stripe 85,707
    megamenu 83,317
    all-in-one-seo-pack 82,828
    fusion-builder 81,482
    formidable 79,568
    smart-slider-3 79,400
    creative-mail-by-constant-contact 78,230
    creame-whatsapp-me 78,105
    ewww-image-optimizer 76,846

    Top 50 Themes

    Theme Count
    hello-elementor 647,191
    Divi 540,528
    astra 490,862
    pub 154,843
    Avada 126,205
    flatsome 122,474
    generatepress 121,902
    oceanwp 88,879
    h4 85,197
    kadence 81,234
    enfold 71,703
    salient 68,882
    bb-theme 61,424
    twentytwentyfour 60,739
    twentyseventeen 56,908
    cocoon-master 56,102
    blocksy 55,399
    betheme 54,185
    twentytwentyfive 52,850
    dt-the7 46,384
    neve 40,396
    woodmart 38,939
    Avada-Child-Theme 35,645
    twentytwentyone 35,050
    bridge 34,210
    gox 33,503
    twentytwenty 31,088
    lightning 30,329
    swell 29,457
    twentytwentythree 27,891
    Impreza 25,524
    bricks 25,490
    Newspaper 22,916
    twentytwentytwo 22,453
    epik-redesign 20,773
    pro 18,852
    storefront 18,648
    uncode 18,623
    twentysixteen 18,609
    extendable 18,575
    sydney 16,948
    yith-wonder 16,512
    Total 14,992
    themify-ultra 14,988
    twentyfifteen 13,251
    hestia 13,171
    porto 12,878
    twentynineteen 12,823
    yootheme 12,536
    thrive-theme 12,469