WP Media Directories
Folders that exist on disk—not just in the database
Create nested directories from the Media Library. What you see in the tree is what lives under your uploads path—including custom locations resolved via WordPress APIs.
In WP Media Directories, a Folder is a real directory under your site's upload basedir. The folder tree is filesystem-canonical: directories define Folders; cache is derived and rebuildable. Date paths like 2026/08 stay Unassigned—not fake tree folders.
Why it matters
- Migrations and backups include real structure
- FTP/SFTP-friendly mental model
- No hardcoded wp-content/uploads
How it works
- 01Create, rename, delete, or hide folders from the tree toolbar
- 02Plugin uses Core path helpers: wp_upload_dir, update_attached_file, and related APIs
- 03Disk remains the source of truth; the cache can be rebuilt anytime
Product visual
Screenshot placeholder — replace with live Media Library stills before launch.
Related features
Feature FAQ
Are Folders the same as year/month upload paths?+
No. Date paths like YYYY/MM remain Unassigned. Folders are directories you create for organization.
Does this work with a custom uploads directory?+
Yes. Paths resolve through wp_upload_dir(), so custom basedirs are supported.
WP Media Directories
Ready for folders that exist on disk?
Full product on every plan. Physical folders in the Media Library you already use.