m1.DownloadList
This plugin easily displays the folders and files from a selected directory. It can be placed by shortcode in any post.
The facts
- Rating
- 4.7★ from 21
- Active installs
- 400+
- Price
- Free
- Last updated
- 18 Aug 2026
- Added
- Sep 2015
- Requires WP
- 4.0
- Tested up to
- WP 7.1
- Downloads
- 19,035
Our analysis
AI-assistedm1.DownloadList is a WordPress plugin that allows you to display folders and files from a selected directory using shortcodes. You can specify parameters such as the directory path, sorting options, and visibility of file details when embedding the shortcode in posts.
This plugin is suitable for users who need a straightforward way to showcase downloadable files or folders on their WordPress site without requiring extensive management options. Uploads must be handled separately via FTP.
Best for: This plugin is best for WordPress users who want to display downloadable files in a simple manner.
What it does well
- ✓Easily displays files and folders from a selected directory
- ✓Customisable shortcode parameters for flexibility
- ✓No management options required
Where it falls short
- •Uploads must be done using a separate FTP program
- •Limited information on user support or documentation
Verdict
m1.DownloadList provides a basic solution for displaying files and folders, but it may not suit those looking for a more comprehensive file management system.
From the developer
maennchen1.de's own description of m1.DownloadList, lightly tidied.
This plugin easily displays the folders and files from a selected directory. It can be placed by shortcode with the parameters path and target in any post. Uploads must be done by a separate ftp program. No managing options.
- compatible up to PHP 8.5
- need PHP extension mb_string
available optional shortcode parameters
- path = directory path, starting by web root (default: wp-content/uploads/)
- target = browser window name
- sort = by name ASC/DESC (default: ASC)
- sort-order = filename/filetype/ftime/filetime/foldertime (default: filename)
- label = custom top level label
- nosize = displays no file size
- hidedirs = displays no folders, only files
- filetype = (comma separated list) filter files by their extension
- hidefiletype = (comma separated list) hide files with filetype
- hidefilename = (comma separated list) hide named files and folders
- noext = hide the file extensions
- nobreadcrumb = hide breadcrumb / title
- ftime = display file and folder modification date and time (standard = “1” or use date formatting like “Y-m-d H:i”), see PHP date formatting
- filetime = same as ftime, just for files
- foldertime = same as ftime, just for folders
(most of it can be combined together)
shortcode examples
- displays content of
wp-content/uploads/:[m1dll] - displays content of
your/foldername/here/:[m1dll path="your/foldername/here/"] - displays content of
your/foldername/here/and sort descending:[m1dll path="your/foldername/here/" sort="DESC"] - displays content of
your/foldername/here/, open files in a new window:[m1dll path="your/foldername/here/" target="_blank"] - displays content of
your/foldername/here/, change label ‘downloads’ to ‘our downloads’:[m1dll path="your/foldername/here/" label="our downloads"] - displays content of
wp-content/uploads/, displays no file size:[m1dll nosize="1"] - displays content of
wp-content/uploads/, displays no folders:[m1dll hidedirs="1"] - displays content of
wp-content/uploads/, displays only pdf- and docx-documents:[m1dll filetype="pdf,docx"] - displays content of
wp-content/uploads/, do not display pdf- and docx-documents:[m1dll hidefiletype="pdf,docx"] - displays content of
wp-content/uploads/, do not display file secret.txt and secret.docx:[m1dll hidefilename="secret.txt,secret.docx"] - displays content of
wp-content/uploads/, displays no file extensions:[m1dll noext="1"] - displays content of
wp-content/uploads/, displays no breadcrumb:[m1dll nobreadcrumb="1"] - displays content of
wp-content/uploads/, with file and folder time with own format[m1dll ftime="Y-m-d, H:i"] - displays content of
wp-content/uploads/, with file and folder date and time (standard from WordPress)[m1dll ftime="1"] - displays content of
wp-content/uploads/, with file and folder self formated date[m1dll ftime="Y-m-d"] - displays content of
wp-content/uploads/, with file date and time (standard from WordPress)[m1dll filetime="1"] - displays content of
wp-content/uploads/, with folder date and time (standard from WordPress)[m1dll foldertime="1"]