We'll create fresh WordPress site with m1.DownloadList installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
(most of it can be combined together)
wp-content/uploads/
: [m1dll]
your/foldername/here/
: [m1dll path="your/foldername/here/"]
your/foldername/here/
and sort descending: [m1dll path="your/foldername/here/" sort="DESC"]
your/foldername/here/
, open files in a new window: [m1dll path="your/foldername/here/" target="_blank"]
your/foldername/here/
, change label ‘downloads’ to ‘our downloads’: [m1dll path="your/foldername/here/" label="our downloads"]
wp-content/uploads/
, displays no file size: [m1dll nosize="1"]
wp-content/uploads/
, displays no folders: [m1dll hidedirs="1"]
wp-content/uploads/
, displays only pdf- and docx-documents: [m1dll filetype="pdf,docx"]
wp-content/uploads/
, do not display pdf- and docx-documents: [m1dll hidefiletype="pdf,docx"]
wp-content/uploads/
, do not display file secret.txt and secret.docx: [m1dll hidefilename="secret.txt,secret.docx"]
wp-content/uploads/
, displays no file extensions: [m1dll noext="1"]
wp-content/uploads/
, displays no breadcrumb: [m1dll nobreadcrumb="1"]
wp-content/uploads/
, with file and folder time with own format [m1dll ftime="Y-m-d, H:i"]
wp-content/uploads/
, with file and folder date and time (standard from WordPress) [m1dll ftime="1"]
wp-content/uploads/
, with file and folder self formated date [m1dll ftime="Y-m-d"]
wp-content/uploads/
, with file date and time (standard from WordPress) [m1dll filetime="1"]
wp-content/uploads/
, with folder date and time (standard from WordPress) [m1dll foldertime="1"]