Make WordPress Core

Opened 2 weeks ago

Closed 10 days ago

#65970 closed enhancement (maybelater)

Replace Media Library "Load more" with actual Pagination

Reported by: mrleblanc101 Owned by:
Priority: normal Milestone:
Component: Media Version:
Severity: normal Keywords:
Cc: Focuses: ui, accessibility, administration

Description (last modified by mrleblanc101)

This is a follow-up to #65564.

"Load more" offer no sense of progress and is not flexible.
What if I know the image if on the last page ? I need to click 10 time...

I know you could use the "Upload month" dropdown filter, but it being on the last page of the media library doesn't mean it's on the fist upload month.

Attachments (1)

Capture d’écran, le 2026-08-26 à 14.21.56.png (4.3 KB ) - added by mrleblanc101 2 weeks ago.

Download all attachments as: .zip

Change History (4)

#1 @mrleblanc101
2 weeks ago

  • Description modified (diff)

This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.


10 days ago

#3 @joedolson
10 days ago

  • Milestone Awaiting Review
  • Resolutionmaybelater
  • Status newclosed

This is something that has been explored in the past, but it would require some major changes to the media modal, due to inadequate updating of collections when items are added or removed, which cause a lot of problems with pagination.

Making those changes are high risk for breaking extender implementations, because they would change APIs for handling the collection. So while this is legitimately a change we'd like to make, it's just not a very realistic option with the current code base.

There is an experimental media modal being built in Gutenberg, which you can enable within the experiments module of the plugin, and it does include pagination.

Note: See TracTickets for help on using tickets.