{"id":398462,"date":"2024-04-21T08:00:00","date_gmt":"2024-04-21T08:00:00","guid":{"rendered":"https:\/\/www.weixiaoduo.com\/plugins\/awesome-footnotes\/"},"modified":"2025-09-23T21:39:00","modified_gmt":"2025-09-23T21:39:00","slug":"awesome-footnotes","status":"publish","type":"post","link":"https:\/\/www.weixiaoduo.com\/plugins\/awesome-footnotes\/","title":{"rendered":"Footnotes &#038; Content"},"content":{"rendered":"<p><strong>Footnotes & Content<\/strong> plugin is a powerful method of adding <strong>footnotes<\/strong> into your posts and pages. You can have as many <strong>footnotes<\/strong> as you like pretty easily in every page, post or ACF block, WooCommerce is also supported. That is the fastest footnote plugin which is using extremely low resources \u2013 you wont even notice that it is there.<\/p>\n<p>You can visit the <a href=\"https:\/\/github.com\/sdobreff\/footnotes\/\" title=\"Github\" rel=\"nofollow ugc\">Github page<\/a> for the latest code development, or if you want to report an issue with the code.<\/p>\n<p>To gain more control over WP, directly from the WP admin \u2013 try out our plugin <strong><a href=\"https:\/\/wordpress.org\/plugins\/0-day-analytics\/\" rel=\"ugc\">WP Control<\/a><\/strong><\/p>\n<h3>Key features include\u2026<\/h3>\n<ul>\n<li>Simple footnote insertion via markup of choice (default \u2013 double parentheses)<\/li>\n<li>Gutenberg support<\/li>\n<li>Combine identical <strong>footnotes<\/strong><\/li>\n<li>Paginated posts are supported<\/li>\n<li>Suppress <strong>Footnotes<\/strong> on specific page types<\/li>\n<li>Option to display \u2018pretty\u2019 tooltips using jQuery<\/li>\n<li>Option to display footnotes as tooltips using vanilla JS<\/li>\n<li>Lots of configuration options<\/li>\n<li>Different footnotes settings per post \u2013 you can use different settings on Post level \u2013 changing styles and UI<\/li>\n<\/ul>\n<p><strong>Footnotes & Content<\/strong> plugin is designed to ease the creation of a new footnote. It also gives you the ability to easily switch from most of the existing <strong>footnotes<\/strong> plugins to this one. Lets face it \u2013 almost 100% of them are abandoned or in awful condition. It supports PHP8, it is written using best practices and follows the WordPress standards, give it a try. You can quickly check the plugin <a href=\"https:\/\/playground.wordpress.net\/?plugin=awesome-footnotes&networking=yes\" title=\"WP Playground\" rel=\"nofollow ugc\">here<\/a><\/p>\n<h3>Technical specification\u2026<\/h3>\n<ul>\n<li>Designed for both single and multi-site installations<\/li>\n<li>PHP8 fully compatible<\/li>\n<li>PHP multibyte must be installed<\/li>\n<\/ul>\n<h3>Getting Started<\/h3>\n<p>Creating a footnote is incredibly simple \u2013 you just need to include your <strong>footnote<\/strong> in double parentheses (default, but you can change that), such as this:<\/p>\n<p>This is a sentence <strong>((and this is your footnote))<\/strong>.<\/p>\n<p>You can change the markup for the footnote in the settings page of the plugin.<\/p>\n<p>The footnote will then appear at the bottom of your post\/page.<\/p>\n<p>Don\u2019t put footnotes in short description \/ excerpts \u2013 the plugin won\u2019t work there by design.<\/p>\n<p>Or you can use a shortcode for where you want your footnotes to appear. The shortcode is \u201c<code>awef_show_footnotes<\/code>\u201c. The shortcode also accepts a parameter of the post id in format of \u2018post_id=1\u2019. If not presented, the global WP_Post object will be used.<\/p>\n<p>You can also use a PHP call in your templates or whatever you like by using the following:<br \/>\n    AWEFControllersFootnotes_Formatter::show_footnotes( array( \u2018post_id\u2019 => 1 ) );<br \/>\nNote: If you choose this way (above), you have to go to the plugin settings, and set \u201cDo not autodisplay in posts\u201d to true.<\/p>\n<p><strong>Advanced Custom Fields (ACF)<\/strong> are also supported out of the box \u2013 just read and keep in mind this:<\/p>\n<p>Unfortunately there are limitations with the <strong>ACF<\/strong> because of its block structure. There is no way to guess how many blocks are there, which is first, second, are there more blocks or not \u2026 So every block will show its own footnotes, and shortcodes are not working outside them. Currently there is no way to achieve that functionality. So they are treated more like endnotes if there are multiple blocks using the footnotes tags.<\/p>\n<p>What plugin does is to keep track of the footnotes and keep proper numbering among the blocks (again there is no way to guess which is which, so they are parsed in order of their callings from backend, but they can be shown in entirely different places on the front end.)<\/p>\n<p><strong>WooCommerce<\/strong> (including new product editor) is also supported.<\/p>\n<p>Unlike any other plugin, this one gives you the ability to have different settings for different posts. When editing post, you can change the setting for the plugin which will apply for that specific post, and others will keep using the global settings. If you think that this is too much, you can always disable this from advanced settings.<\/p>\n<h3>Other plugins compatibility<\/h3>\n<p>There are plugins with which that one is 100% compatible \u2013 meaning that you can directly jump from them to this one:<\/p>\n<ul>\n<li><a href=\"https:\/\/github.com\/drzax\/wp-footnotes\" title=\"Github - wp-footnotes\" rel=\"nofollow ugc\">WP Footnotes<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/footnotes-made-easy\" title=\"WordPress.org - footnotes-made-easy\" rel=\"ugc\">Footnotes Made Easy<\/a><\/li>\n<\/ul>\n<h3>Options<\/h3>\n<p>You have a fair few options on how the identifier links, footnotes and back-links look which can be found in the WordPress admin area either on the stand alone page, or under Settings -> Footnotes \u2013 that depends on your desired setting in the plugin.<\/p>\n<h3>Shortcode options<\/h3>\n<pre><code>[awef_show_footnotes] Is the shortcode you should use. Inside the post content, there is nothing more that you have to do.\n<\/code><\/pre>\n<p>If you want to use the shortcode outside of the post content, then you need to add the post id as a parameter:<br \/>\n    [awef_show_footnotes post_id=1]<br \/>\nIf outside of the post content, and there is no parameter of the post id provided, then the plugin will try to use the global post if presented.<\/p>\n<h3>Paginated Posts<\/h3>\n<p>Some of you seem to like paginating post, which is kind of problematic. By default each page of your post will have it\u2019s own set of footnotes at the bottom and the numbering will start again from 1 for each page.<\/p>\n<p>The only way to get around this is to know how many posts are on each page and tell Awesome Footnotes what number you want the list to start at for each of the pages. So at some point on each page (that is, between each <code><!--nextpage--><\/code> tag) you need to add a tag to let the plugin know what number the footnotes on this page should start at. The tag should look like this <code><!--startnum=5--><\/code> where \u201c5\u201d is the number you want the footnotes for this page to start at.<\/p>\n<h3>Referencing<\/h3>\n<p>Sometimes it\u2019s useful to be able to refer to a previous footnote a second (or third, or fourth\u2026) time. To do this, you can either simply insert the exact same text as you did the first time and the identifier should simply reference the previous note. Alternatively, if you don\u2019t want to do all that typing again, you can construct a footnote like this: <code>((ref:1))<\/code> and the identifier will reference the footnote with the given number.<\/p>\n<p>Even though it\u2019s a little more typing, using the exact text method is much more robust. The number referencing will not work across multiple pages in a paged post (but will work within the page). Also, if you use the number referencing system you risk them identifying the incorrect footnote if you go back and insert a new footnote and forget to change the referenced number.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Allows post authors to easily add and manage footnotes in posts.<\/p>\n","protected":false},"author":65,"featured_media":398472,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"slim_seo":{"title":"Footnotes & Content - \u8587\u6653\u6735\u63d2\u4ef6\u76ee\u5f55","description":"Allows post authors to easily add and manage footnotes in posts."},"footnotes":""},"categories":[1],"tags":[4205,1136,600,1367],"class_list":["post-398462","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-footnotes","tag-formatting","tag-notes","tag-reference"],"_links":{"self":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts\/398462","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/users\/65"}],"replies":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/comments?post=398462"}],"version-history":[{"count":0,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/posts\/398462\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/media\/398472"}],"wp:attachment":[{"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/media?parent=398462"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/categories?post=398462"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.weixiaoduo.com\/plugins\/wp-json\/wp\/v2\/tags?post=398462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}