Title: Footnotes shown below Article
Last modified: January 26, 2017

---

# Footnotes shown below Article

 *  [jaschaio](https://wordpress.org/support/users/jaschaio/)
 * (@jaschaio)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/footnotes-shown-below-article/)
 * Not sure why but it looks like since the latest update the footnotes are shown
   completely below the article. Before they were hidden if JavaScript was enabled.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jason Yingling](https://wordpress.org/support/users/yingling017/)
 * (@yingling017)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/footnotes-shown-below-article/#post-8702278)
 * Hi there actually hasn’t been any logic for hiding the footnotes section below
   the content. The plugin is setup to show the footnotes inline using the qTip 
   Javascript plugin and append a list of the footnotes below the content.
 * The most recent update only checked to make sure an input value in the settings
   was set to get rid of a PHP notice.
 * If you need to remove the footnotes from the bottom of the content you should
   be able to place this code in your functions.php.
 *     ```
       global $easyFootnotes;
       remove_filter('the_content', array($easyFootnotes, 'easy_footnote_after_content'), 20);
       ```
   
 * Or if you’re not comfortable editing php you can add a display: none; rule to.
   easy-footnotes-wrapper via CSS.

Viewing 1 replies (of 1 total)

The topic ‘Footnotes shown below Article’ is closed to new replies.

 * ![](https://ps.w.org/easy-footnotes/assets/icon-256x256.png?rev=2355746)
 * [Easy Footnotes](https://wordpress.org/plugins/easy-footnotes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-footnotes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-footnotes/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-footnotes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-footnotes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-footnotes/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jason Yingling](https://wordpress.org/support/users/yingling017/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/footnotes-shown-below-article/#post-8702278)
 * Status: not resolved