Opened 10 months ago
Last modified 6 weeks ago
#63926 new feature request
Feature Request: Show Selection Count in Media Library
| Reported by: | mapgokul143 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Media | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Dear WordPress Team,
I hope you are doing well. I would like to suggest a small but very useful improvement for the Media Library in WordPress.
Currently, when I select multiple images in the Media Library (for example, 30 images), there is no indicator showing how many images I have selected. I need to manually count each one, which can be time-consuming when working with a large number of files.
It would be very helpful if WordPress could display the total number of selected items in the Media Library interface. A simple counter near the toolbar or selection area would make media management faster and more user-friendly.
I believe this feature would be appreciated by many WordPress users, especially those who regularly manage large amounts of media.
Thank you for your time and for your continuous efforts to improve WordPress.
Best regards,
Gokula Krishnan S
Change History (2)
#1
@
10 months ago
- Component General → Media
- Focuses php-compatibility removed
- Keywords changes-requested removed
This ticket was mentioned in PR #12101 on WordPress/wordpress-develop by @akshat2802.
6 weeks ago
#2
- Keywords has-patch added
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Trac ticket: https://core.trac.wordpress.org/ticket/63926
This PR introduces a live selection count label that appears in the toolbar whenever Bulk Select mode is active, showing "X item(s) selected" and updating in real time as items are checked or unchecked.
The count is hidden when Bulk Select mode is not active, so it has no visual impact on the normal Media Library view.
How to test