

Preview showing footnotes on a page
Footnotes Made Easy is a simple but powerful plugin for adding footnotes to your WordPress posts and pages. Wrap any text in double parentheses, and it becomes a footnote; automatically numbered, linked, and displayed at the bottom of your content.
Full documentation is available at docs.altvisewp.com/footnotes-made-easy
Key features:
(( )) to create a footnote anywhere in a post or page((ref:1))Footnotes Made Easy is a fork of WP Footnotes, a plugin by Simon Elvery.
For the latest code, planned enhancements and known issues, visit the GitHub page.
Creating a footnote is simple; wrap your footnote text in double parentheses:
This is a sentence ((and this is your footnote)).
The footnote will appear at the bottom of your post or page, automatically numbered and linked.
Important: Include a space before your opening double parentheses or the footnote will not work.
The settings page is organised into four tabs:
By default, each page of a paginated post restarts footnote numbering from 1. To maintain a continuous sequence, add a start number tag between each <!--nextpage--> marker:
<!--startnum=5-->
Replace 5 with the number you want the first footnote on that page to start at.
To reference a previous footnote a second time, you can either repeat the exact same text (recommended — works with the Combine Identical Footnotes option) or use the number reference syntax:
((ref:1))
Note: number referencing does not work across pages in a paginated post, and risks pointing to the wrong footnote if new footnotes are inserted before it. The exact-text method is more robust.
On WordPress multisite networks, the plugin can be configured from the network admin in two modes:
Footnotes Made Easy is fully internationalised and ready for translation.
Thanks to the following translators:
To add a translation, visit the Translating WordPress page.