

Pixalty Media Explorer adds a virtual folder layer to the WordPress media library. It keeps files in their normal WordPress upload locations while giving administrators a faster way to organize, search, move, and reuse media.
Current features:
Pixalty Media Explorer is an original implementation by Pixalty. It is designed to solve the same broad media-organization problem as popular folder plugins while avoiding proprietary code, copied assets, copied UI artwork, or third-party branding.
Use this shortcode to display image files from a folder:
[pixalty_gallery folder="123" columns="3" size="medium_large" link="file" limit="60"]
Attributes:
folder: Required folder term ID.columns: Number of columns from 1 to 8.size: WordPress image size.link: file or attachment.limit: Maximum number of images, up to 100.Use this shortcode to display a browsable document library:
[pixalty_document_library folder="123" limit="100" include_children="yes" show_images="no" order="title_asc"]
Attributes:
folder: Required folder term ID.limit: Maximum number of documents, up to 300.include_children: yes or no.show_images: yes or no.order: title_asc, title_desc, date_asc, or date_desc.Pixalty Media Explorer stores folders as a private attachment taxonomy and does not move physical upload files. Existing URLs, WooCommerce product images, Elementor media selections, Divi media selections, and normal WordPress content references continue to use the standard WordPress attachment system.
The plugin adds a media folder filter to the WordPress media modal. Page builders and WooCommerce screens that use the standard media modal can browse by folder.
For multilingual sites, Pixalty Media Explorer attempts to sync folder assignment across translated attachment records when WPML or Polylang APIs are available.
Pixalty Media Explorer does not contact external services, load third-party assets, or track users. All folder, gallery, document library, SVG sanitization, and ZIP download features run locally inside WordPress.
Folders are virtual. Moving files between folders does not move files on disk and does not change existing media URLs.
ZIP export requires PHP’s ZipArchive extension.
SVG uploads are restricted to administrators by default and are sanitized before storage. Sites can change the capability with the pixalty_media_explorer_svg_upload_capability filter.