Forums

<!--nextpage--> and full feed (7 posts)

  1. meerblickzimmer
    Member
    Posted 2 years ago #

    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

  2. meerblickzimmer
    Member
    Posted 2 years ago #

    nobody has a fix?

  3. Chris_K
    Administrator
    Posted 2 years ago #

    This one fixes the same deal with <!--more--> - perhaps it would fix your issue as well?

    http://cavemonkey50.com/code/full-feed/

  4. ArachneJericho
    Member
    Posted 1 year ago #

    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.

  5. ArachneJericho
    Member
    Posted 1 year ago #

    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....

  6. Kafkaesqui
    Moderator
    Posted 1 year ago #

    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.

  7. ArachneJericho
    Member
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic