Frontend File Explorer is a modern, Windows Explorer–inspired file manager for WordPress. It gives you a clean admin interface to organize and share files plus a responsive frontend explorer powered by a simple shortcode.
Use it to create download areas for courses, client file portals, or resource libraries — without relying on heavy external file management tools.
The plugin provides a seamless experience for both administrators and frontend users:
wp-content/uploads/downloads directory.[frontend_file_explorer] shortcode.frontend-file-explorer text domain.How to use the Explorer:
Admin Interface:
Navigate to File Upload in your WordPress admin sidebar. From this dedicated dashboard, administrators can create nested folders, upload bulk files (featuring multi-select and drag-and-drop), import existing Media Library assets, delete items, and download entire directories as ZIP archives.
Frontend Shortcode:
Embed the user-facing explorer interface on any Page, Post, or Custom Post Type using the following shortcode setup:
[frontend_file_explorer]
(Renders the explorer starting at the root storage directory)
Advanced Shortcode Usage:
You can explicitly define the starting folder path relative to the root uploads/downloads directory by using the folder attribute:
[frontend_file_explorer folder="/course-materials"]
[frontend_file_explorer folder="/clients/acme-corp"]
upload_files capability.Who is this plugin for?