Yoast preventing footnotes after post content
-
Easy Footnotes 1.1.5 Yoast SEO 15.2.1 Wordpress 5.5.1Hello, I’m wondering if anyone can point me in the right direction here.
The in-text markup (elements of class
.easy-footnote) seem to output fine to frontend, but I’m not getting any output to the.easy-footnote-wrapper<ol>element at all until I disable the Yoast plugin.At first I thought it could be a filter priority issue and changed
20to1on on line61ofeasy-footnotes.phpbut that doesn’t work.add_filter( 'the_content', array( $this, 'easy_footnote_after_content' ), 20 );My other thought is that this is a Yoast specific issue but I’m unsure how to verify this. I installed both plugins on a fresh WP install the footnotes after content worked fine.
Any tips would be appreciated!
The topic ‘Yoast preventing footnotes after post content’ is closed to new replies.