[wp-trac] [WordPress Trac] #10984: If content uses the nextpage tag then only the first page is shown in feeds
WordPress Trac
noreply at wordpress.org
Thu Dec 17 17:55:51 UTC 2015
#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: 4.5
Component: Feeds | Version: 2.8.4
Severity: normal | Resolution:
Keywords: good-first-bug has-patch needs- | Focuses:
unit-tests |
-------------------------------------------------+-------------------------
Comment (by stevenkword):
Replying to [comment:30 swissspidy]:
> Sweet, thanks for updating the patch! What's with that
`wp_trim_excerpt()` change though? Seems unrelated.
>
> Since this ticket was especially for `the_content_feed()`, I don't think
we need to change `the_content()`.
I'm more in favor of putting this functionality into `the_content()` via a
new optional parameter ($ignore_pagination), which is then always passed
via the call inside `the_content_feed()`. There are cases outside of
feeds where developers may want to analyze or parse the full content of a
post, and I'd like to support those cases in this ticket.
However, that isn't a huge sticking point for me. As this relates to
feeds, I believe the latest patch [attachment:10984.3.diff] provides a
solution that is superior to the functionality we have now in trunk. When
users are leveraging feed aggregators to read content from multiple
sources, I don't think we should be forcing them to leave their aggregator
to get the complete story.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/10984#comment:34>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list