[wp-trac] [WordPress Trac] #35344: Strange pagination issue on front page after 4.4.1 update
WordPress Trac
noreply at wordpress.org
Sun Jan 24 23:33:49 UTC 2016
#35344: Strange pagination issue on front page after 4.4.1 update
-------------------------------------------------+-------------------------
Reporter: northeme | Owner: dd32
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 4.4.2
Component: Canonical | Version: 4.4.1
Severity: normal | Resolution: fixed
Keywords: has-patch needs-unit-tests needs- | Focuses:
testing |
-------------------------------------------------+-------------------------
Comment (by dd32):
It seems to be that the remaining issues being experienced is this
scenario, which is sounding like a combination of #35482 and this ticket.
* Static page on front, no posts page defined
* `query_posts()` or `$wp_query = new WP_Query()` used within the template
to display the first page of posts
* `/page/2/` would then load page 2 of the posts index with no static page
in sight.
The problem I face, is that `/page/2/` should NOT be the archive of posts,
it should be the second page of the static home page (You can paginate
posts/pages using the `<!--nextpage-->` tag in your content).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35344#comment:60>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list