π PixelVault is the free way to organize your WordPress media library with unlimited, drag-and-drop media folders, and now to present those folders as a downloadable Document Library on the front end. Sort images, videos, PDFs, audio, and documents into nested, colour-coded folders right inside the Media Library, then publish any folder as a browsable asset manager for your visitors.
Stop scrolling through hundreds of unsorted attachments. PixelVault lets you categorize media into folders and subfolders, filter instantly, and find any file in seconds β a proper file manager for your WordPress media.
Folders are virtual β physical files never move, no URLs change, nothing breaks, and standard WordPress export/import keeps working without any special steps.
π Document Library block (new in 1.2.0)
Turn any media folder into a browsable, downloadable document library on the front end, no page builder required. The PixelVault Document Library Gutenberg block renders a folder as an accessible file browser with a sidebar folder tree, breadcrumb navigation, in-library search, pagination, and per-file downloads.
- ποΈ Folder tree and breadcrumb: visitors browse nested folders without page reloads
- π Search and pagination: find files fast inside large folders
- β¬οΈ Per-file download plus Download-all ZIP: grab one file or the whole folder in a click
- π¨ Three design presets (Cards, Compact, Minimal), with an accent colour and a framed option
- βΏ Accessibility-first: full keyboard navigation (WAI-ARIA tree pattern), screen-reader friendly
- π± Fully responsive: grid and list layouts adapt to mobile
- π Respects folder visibility: restricted folders stay hidden from guests
Perfect for knowledge bases, press kits, resource centres, download portals, and product documentation.
ποΈ Content Folders for Posts & Pages (new in 1.3.0)
Folders aren’t just for media any more. Enable Content Folders and the same folder tree appears on your Posts and Pages list screens, so you can organise content the way you organise files β without touching public categories or tags.
- π Nested folders on the Posts and Pages screens β a sidebar with create, rename, delete, and unlimited subfolders
- π±οΈ Drag-and-drop filing β drag selected rows onto a folder, or use “Add to folder”
- β‘ Instant folder filtering β click a folder to filter the list, no page reload
- π§© One shared tree β a “Client campaign” folder can hold both its images and its landing pages
- π Private and admin-only β folders never appear on the front end and never affect your categories, tags, URLs, or SEO
Content Folders keep your editorial workflow tidy β group drafts, campaigns, seasonal pages, or client work β separately from the public taxonomy your visitors see.
β¨ Core Features
- π Unlimited nested folders and subfolders β no depth limit, no folder count limit
- π Assign files to multiple folders β one file can appear in as many folders as you like
- π¨ Folder colour coding β colour-label folders for instant visual orientation
- π±οΈ Drag-and-drop sidebar β reorder folders, move files, and create subfolders by dragging
- β‘ Auto-assign uploads β new files go straight into whichever folder is selected
- π Search and sort β find folders instantly; sort manually, by name, or by file count
- β¨οΈ Keyboard shortcut β press “n” to create a new folder
- π²οΈ Right-click context menu β Rename, Delete, Lock, Create subfolders, Copy gallery shortcode, Import ZIP to folder, Download all files
- π RTL language support β full right-to-left layout
π οΈ Organisation and Productivity Tools
π¦ ZIP File Import
Right-click any folder and choose “Import ZIP to folder”. Upload a .zip archive and PixelVault extracts and assigns every image, video, audio file, and PDF directly into that folder.
πΊοΈ Media Usage Map
Right-click any image and choose “Where is this used?” to see every post, page, or custom post type that references the file β useful before replacing or deleting files.
β¬οΈ Bulk Download as ZIP
Right-click any folder to download all its files as a ZIP archive.
π Folder Locking
Lock any folder to prevent accidental renaming, deletion, moving, or file reassignment. Locked folders display a padlock badge.
π Storage Analytics
Full storage overview with total size, average file size, file-type breakdown chart, top-10 largest files, and per-folder size distribution. Available under Settings Analytics and as a WordPress Dashboard widget.
βοΈ Bulk Alt Text Editor
Batch-edit alt text on all images that are missing it β useful for accessibility and image SEO. Edit multiple files at once without opening each one individually.
π Media Replace
Swap any file in place, keeping the same URL and attachment ID. All existing references on posts and pages continue to work automatically.
π― Smart Filters
Dynamic built-in views that update automatically: Missing Alt Text, Unused Files, Recent Uploads, and Large Files.
ποΈ Auto-Categorise Existing Media
Bulk-organise your existing media library in one click via the import icon at the bottom of the folder panel. Choose a rule:
- π By Year β creates a folder per year (e.g. 2023, 2024).
- ποΈ By Month β creates a folder per month (e.g. January 2024, February 2024).
- π·οΈ By File Type β creates Images, Videos, Audio, PDFs, Documents, and Spreadsheets folders.
Choose Unassigned only to leave already-organised files untouched, or All files to reassign everything. PixelVault previews the result before making any changes.
π Import from Other Plugins
One-click migration from FileBird, Real Media Library, WP Media Folder, and Enhanced Media Library. Folder hierarchy and all file assignments are copied automatically. Go to Settings Tools Import from Another Plugin. The original plugin’s data is never modified.
πΎ Export and Import
Back up your entire folder structure as a JSON file and restore it on any WordPress site β no SQL required.
π Role Permissions
Granular folder access per WordPress user role: control who can create, edit, and delete folders independently.
π§© Gutenberg, Elementor, and Divi
- π PixelVault Document Library block β publish a folder as an accessible, downloadable file library with a folder tree, search, pagination, and Download-all ZIP
- πΌοΈ PixelVault Gallery block β insert a folder’s contents as a responsive gallery with lightbox directly in the block editor
- π [pixelvault_gallery] shortcode β classic editor, widgets, and theme template support
- ποΈ Elementor β folder panel works inside the Elementor media modal
- ποΈ Divi β folder panel works in the Divi backend builder and the Divi Front End Builder
- π Universal compatibility β PixelVault hooks into WordPress’s native media modal, so it works with any theme or page builder
ποΈ Architecture: Virtual Taxonomy
PixelVault stores folder assignments in WordPress’s native taxonomy tables (wp_term_relationships). Physical files stay exactly where they are. Deleting a folder never deletes files.
π©βπ» For Developers
Full REST API and documented action/filter hooks.
π REST API β Full CRUD at /wp-json/rayetun-medianest/v1/folders. Authenticate with X-WP-Nonce.
βοΈ Action hooks (selection):
rayetun_medianest_folder_created( $term_id, $folder_id, $args )rayetun_medianest_folder_renamed( $term_id, $new_name )rayetun_medianest_folder_moved( $term_id, $new_parent, $old_parent )rayetun_medianest_folder_deleted( $term_id, $folder_object )rayetun_medianest_folders_reordered( $ordered_term_ids )rayetun_medianest_attachment_assigned( $attachment_id, $term_ids, $context )
π§ Filter hooks (selection):
rayetun_medianest_get_folders( $folders, $post_type )β modify the folder listrayetun_medianest_auto_assign_target( $term_id, $attachment_id )β override the upload target folderrayetun_medianest_smart_folders( $defs )β register custom dynamic folders
JavaScript hooks (via @wordpress/hooks) let you add items to the folder/image context menus and the bulk-action bar.
A full list of PHP and JavaScript hooks with examples ships in HOOKS.md inside the plugin.
Credits
PixelVault bundles the following open-source library:
- enshrined/svg-sanitize by Daryll Doyle β sanitizes SVG uploads to remove scripts and other unsafe content. Licensed under GPL-2.0-or-later.
Screenshots
Dashboard of PixelVault β All features at a glance.
Folder sidebar in the WordPress Media Library β unlimited nested folders with colour coding.
Right-click context menu β rename, delete, lock, download ZIP, import ZIP, and more.
Storage Analytics β per-folder breakdown, file-type chart, and top-10 largest files.
Import from another plugin β one-click migration from FileBird, Real Media Library, WP Media Folder, and Enhanced Media Library.
Media Usage Map β see every post and page that references a file.
Bulk Alt Text Editor β batch-edit missing alt text across your entire library.
Import Existing Media β auto-organize your existing media into folders by a chosen rule (By Year, By Month, By File Type)
Media Replace β Swap any media file in-place, keeping the same URL and post ID.
Folder Permissions β Control which roles can perform folder actions. Administrators always have full access.
PixelVault Document Library block on the front end: folder tree, breadcrumb, search, and downloadable file tiles.
Document Library design presets: Cards View layouts.
Document Library design presets: Minimal List View layouts.
Document Library block settings in the editor: pick a folder, preset, columns, and accent colour.