• Great plugin with great-looking results.

    Just a quick tip. When I first implemented this plugin, the bottom footnote was still showing up on posts. To get rid of this, I added the following code to the header template (after wp_head(); so that jQuery is sure to load):

    <script type="text/javascript">
    jQuery(document).ready( function () {
        jQuery('.footnotes').css('display', 'none');
    } );
    </script>
  • The topic ‘Great plugin! Formatting Tip’ is closed to new replies.