I like to use <!--nextpage--> in my blog. But i like to offer the full feed. Now i get just the first page an no! informasjons about the other pages of this post.
Anyone an idea or plugin?
Thanks for time and help!
M
I like to use <!--nextpage--> in my blog. But i like to offer the full feed. Now i get just the first page an no! informasjons about the other pages of this post.
Anyone an idea or plugin?
Thanks for time and help!
M
nobody has a fix?
This one fixes the same deal with <!--more--> - perhaps it would fix your issue as well?
The full feed plugin does not take care of this problem.
I need help with this, and I don't know the code base well enough to figure out what's going on with RSS generation. Simply editing the full feed plugin to strip out 'nextpage' surprisingly does not work.
Filed a ticket via trac:
http://trac.wordpress.org/ticket/5835
Either it will get picked up by the whim of the Wordpress gods, or it will not....
Problem lies (lays?) with where <!--nextpage--> is parsed, which is in setup_postdata() -- long before anything occurs which a plugin would be able to hook into.
So a filter in setup_postdata(), if possible, before it does anything would be of use here.
Thanks!
I will see if I can find a way to wedge in a filter. Or if that's an option right now.
Still perusing the code. I should go look at the new branch, too.
This topic has been closed to new replies.