[wp-trac] [WordPress Trac] #10984: If content uses the nextpage tag then only the first page is shown in feeds
WordPress Trac
wp-trac at lists.automattic.com
Mon Aug 27 17:40:41 UTC 2012
#10984: If content uses the nextpage tag then only the first page is shown in feeds
-----------------------------------------+-----------------------------
Reporter: simonwheatley | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Feeds | Version: 2.8.4
Severity: normal | Resolution:
Keywords: 2nd-opinion has-patch early |
-----------------------------------------+-----------------------------
Comment (by mdgl):
This bug seems to be languishing because of disagreements on the best way
to fix the problem.
I suggest this issue is quite important, however as it may lead to data
loss. People may be relying on syndicated feeds as a way of copying
information around. Presently, multi-page posts are effectively destroyed
when included in feeds, with no indication of the data loss whatsoever!
I vote that we increase the priority of this a bit and get something
committed soon.
Regarding the last comment from Denis-de-Bernardy (comment:12), like the
other respondents I believe that if the user has requested full content in
feeds, that's what we should provide and not just some link to see the
remainder of the content.
In my opinion, westi's approach to the fix is the most elegant and should
be taken, although the patch needs a little update for 3.4.1. Since #12651
[3.0] there is no issue with using the 'pages' array as suggested by
simonwheatley and this seems preferable to leaving the '<!--nextpage-->'
comments within the content.
There is a minor issue with simonwheatley's plugin example (comment:19) as
this will not respect posts protected with a password. Personally, I use a
filter on 'the_content_feed' and check the 'multipage' global (and for a
post password!) before resurrecting the missing content.
A more general point is that our whole handling of "the content" is
starting to get rather complex and unwieldy with far too many things
happening in filters and all over the place - one for another day perhaps!
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10984#comment:23>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list