Make WordPress Core

Opened 8 years ago

Last modified 5 years ago

#35689 reviewing defect (bug)

Pagination issue on front page after 4.4.1 update

Reported by: samuelsidler's profile samuelsidler Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.4.1
Component: Canonical Keywords: needs-patch
Focuses: Cc:

Description

This is a spinoff of the remainder of #35344. See ticket:35344#comment:60 and on.

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

Change History (14)

#1 @mehmetbozatli
8 years ago

I don't know that this was fixed in 4.4.2

Our site uses the pagination differently , within a portfolio element, when you ask to load more, more items populate on the same page. This used to work fine with 4.3.8, broke with 4.4, and was not fixed in the latest 4.4.2

I'm not super familiar with WP, so if you can point me in the direction of where to find relevant code to post here, I will.. otherwise on the front end, what I'm talking about happens inside:
<div class="wpb_willow_portfolio_grid wpb_content_element js-isotope-grid " id="pf-6" data-next="false">

This ticket was mentioned in Slack in #core by chriscct7. View the logs.


8 years ago

#3 @chriscct7
8 years ago

  • Owner set to ocean90
  • Status changed from new to assigned

This ticket was mentioned in Slack in #core by chriscct7. View the logs.


8 years ago

#5 @chriscct7
8 years ago

  • Keywords needs-patch added

@ocean90 how far have you gotten on this? It might be prudent to get this in before rc1 so it gets adequate theme testing (or punted out)

#6 @ocean90
8 years ago

@chriscct7 I didn't noticed that you had assigned me to this. I have nothing for this yet.

This ticket was mentioned in Slack in #core by mike. View the logs.


8 years ago

#8 @kirasong
8 years ago

Should it be assigned to someone else? If so, any suggestions?

Is this something that can be punted from 4.5, or is it a blocker?

This ticket was mentioned in Slack in #core by mike. View the logs.


8 years ago

#10 @kirasong
8 years ago

  • Milestone changed from 4.4.3 to Future Release

Per @samuelsidler's feedback in Slack above, the lack of a patch, and timeline for RC, punting to Future Release.

If a patch materializes, feel free to re-add/commit.

#11 @ocean90
8 years ago

  • Owner ocean90 deleted
  • Status changed from assigned to reviewing

#12 @fusionaddict
8 years ago

Site still having the issue after applying the updated query.php file. I can confirm the issue is still present in the 4.5 RC, which I installed on the site as a desperate measure.

http://www.remgratam.com

#13 @codente
8 years ago

This is still an issue, correct?

#14 @m_butcher
8 years ago

Having this issue and on version 4.6.1. Interesting enough, it works on our dev server (Pantheon) but not the live site (WPE).

I have noticed that when attempting to go to the different blog pages via url, I have to go down to .../blog/page/8/ before I see any of the other pages. Past page 8, the pages work fine. Before page 8 they redirect back to the .../blog/ page.

Last edited 8 years ago by m_butcher (previous) (diff)
Note: See TracTickets for help on using tickets.