Yoast preventing footnotes after post content
-
Easy Footnotes 1.1.5 Yoast SEO 15.2.1 Wordpress 5.5.1
Hello, 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
20
to1
on on line61
ofeasy-footnotes.php
but 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.