Filter request: content before pagination
-
I’m using Simon Elvery’s Footnotes Plugin (and love it) but would, however, like to rewrite this so it is possible to keep the numbers of the footnotes all the way through a post that is paginated by
<!--nextpage-->.Simon has written a custom variant of his plugin to solve this, but the main problem is that he uses
the_contentas hook for his filter – andthe_contentonly gives you the content as it will appear on the page, not the content of the post before pagination.So, unless someone enlightens me with a hook that is just what I need, I’d love to have this as a feature.
And, in the meantime, as a hack. Any ideas how to do this?
The topic ‘Filter request: content before pagination’ is closed to new replies.