How to Create a WordPress File Manager and Upload Files: A Detailed User Guide

  • Manish Sharma
  • 03 Feb 2021

A big part of WordPress site management is storing and managing files. Site managers need a secure and easy informational storage system. WordPress site managers need operational support to supplement WordPress. Security and ease of use are the two top things to look for in a file manager plugin.

There are a variety of options. Unlike most WordPress plugins, Posts Table Pro Plugin is easy to use and works from the front-end. In this tutorial, we will outline how to use Posts Table Pro.

WordPress file manager
Source: Google.com

Keeping this plugin in mind, we have designed this simple guide.

We will walk you through:

  • How to create a WordPress file manager
  • Ways to upload files and add documents

Before starting the process, let’s take a quick look at the benefits of using Posts Table Pro.

Ease of use

A file manager sorts and stores a wide range of documents from spreadsheets to PDFs. For easy access, they are searchable. If someone is looking for a document, they can find it and even download it, if needed.

Allows shared access

File managers allow multiple users. You can also share documents or add more documents to a list.

Ease of organization

File managers sort and arrange documents based on custom taxonomies, categories, and tags. Thus, users can organize files the way they understand them better.

Display information of choice

File manager allows users to display information like thumbnails, date of creation, last updated, last downloaded, etc.

Intuitive and straightforward interface

A simple, front-end interface displays files in a tabular layout. It keeps the admin panel undisturbed and pristine, free from all sources of tampering.

A wide range of display options

Users have many choices such as:

  • Making each document accessible via a free, unique link
  • Documenting in WML, Dropbox, etc. and linking
  • Users can directly download docs via page links

 

Now that we know that a file manager is a useful tool for information and organization management, let’s move on to the procedure for creating one for the WordPress site. As mentioned above, we will use the plugin Posts Table Pro’s example to explain.

Install and activate plugin Posts Table Pro

plugin Posts Table Pro
Source: Google

Posts Table Pro is a paid plugin. So, you must buy it before installation. You can go for a free trial before you commit.

Now, follow these steps to install and activate the plugin:

  • Login to WordPress admin panel
  • Go to Plugins
  • Select ‘Add New’
  • Click ‘Upload Plugin’
  • Go to ‘Choose File’
  • Find zip file for Posts Table Pro plugin
  • Upload file
  • Click ‘Install Now’ to install the plugin
  • Activate Plugin button
  • Go to Settings> Posts Table Pro and input the license key
  • Click Save Changes

 

Now that it’s installed, let’s add documents and files.

Adding documents and files to the website

There are a few options for adding documents and files to your website. We explain them below.

Add docs using WordPress Download Manager

WordPress Download Manager
Source: Google

WordPress Download Manager is a plugin used for adding documents and performing other related file operations. As a part of the file system development process, the user can create categories and tags to organize the files and other documents uploaded. Next, users can upload documents on the file management system.

This method involves the following steps:

  • Go to Plugins
  • Click Add New
  • Search for WordPress Downloader Manager plugin
  • Install and activate it
  • Go to Downloads>Categories
  • On the categories page, you can customize categories.
  • Using the Downloads>Tags path, the users can add tags.
  • Next, go to Downloads>Add New to add files.

 

Advantages

  • Categories and tags make the file you need easier to spot.
  • The built-in custom post type makes adding docs a breeze.
  • can see download history.

 

Shortcomings

  • Custom field options are missing, so the user has to come up with their own.
  • Cannot customize taxonomies

 

Adding Documents’ Attributes

WordPress Download Manager has set tags and taxonomies. Go to Add New File to add more attributes to your files.

  • First, name the document with a suitable title.
  • Then, upload a file by using the sidebar: Upload/Browse/URL box.
  • Add Excerpt in the text box provided.
  • Select categories and tags.
  • A featured image can also be added.

 

When using the Classic Text Editor, additions happen in the main content area. In the case of the Gutenberg editor, updates happen in the Paragraph block.

Finally, to make the document accessible to site visitors, you must create a button or link. There are two ways.

Manually add: It is useful for non-developers. Insert a link into the document. This is downloaded to the WordPress file manager.

Users can create a link by adding an anchor text like ‘Download.’ Highlight it, and click the link icon available in the WordPress toolbar. URL is written as https://domain-name.com/?wpdmdl=filename

While using Posts Table Pro columns, you will see a column labeled ‘content.’ The column will display ‘Download Link.’

Program it: For developers, an automated way of creating links is helpful when the WordPress file manager has lots of files. Simply add a code snippet to the functions.php file in the parent theme.

This automatically adds a download link in the WordPress file manager’s ‘Content’ column. In the code snippet, you can replace ‘download’ with anchor text used for download links.

Creating a WordPress File Manager

Once you’ve installed and activated Posts Table Pro:

  • Go to Pages and select Add New
  • Create a new page to add a file manager
  • Add shortcode using Classic Editor or Gutenberg.

 

Customize the table for better readability

  • Set Columns to attributes like image, content: download link, title, excerpt
  • Check if the Shortcodes checkbox is ticked off
  • Search Filters are set to Custom from the drop-down menu
  • Go to Custom Filters and input tax:wpdmcategory, tags
  • Page length is set as Hidden
  • Save Changes

 

Since there are multiple file manager categories, the users may need to list downloads for analytics purposes. Once you’ve done the above steps, you’ll see the downloads in the WordPress file manager. If you need to list downloads from a specific category, it is also possible. You can do it with the ‘term option’ in Posts Table Pro. Let’s put the specific category name as Listicles. The shortcode will look something like this:

[posts_table term=”wpdmcategory:listicles”]

Apart from a specific category, you can list downloads based on the date published, author, and other tags.

Create custom post types using Pods

Pods is a plugin available for free. You can customize post styles and assign taxonomical arrangements. The users can add custom fields that complement the chosen custom post type. Once Pods finishes its role by enabling you to add documents to custom post style, the Posts Table Pro can take over from here.

To add Pods plugin:

  • Go to Plugins at WordPress Dashboard
  • Search and Add Pods plugin
  • After installation and activation, go to Pods Admin
  • Click Add New and under this, go to Create New
  • Select Custom Post Type option from Content type under Create New
  • Now add singular and plural labels and name them as Document and Documents, respectively.
  • Click Next Step

 

The Next Step is to Edit Pod. Here, you will find the Manage Fields tab. Click it and start adding as many custom fields as required.

These are essential steps involved. You also have Advanced Options under the built-in Taxonomies and Supports sections. The process is complete when you tick any of the features you want to add, such as Images, Featured Image, etc.

Advantages of this method

  • In a custom post type, the user can add as many custom fields as desired. The user can upload the files’ characteristics like file size and type, etc., to differentiate one from the other.
  • Users can control select fields like featured images and post excerpts.
  • Easy to design custom taxonomies.

 

Shortcomings

  • User cannot find who downloaded the files
  • The user needs to create a custom post type first to start the document uploading process

 

Adding documents and files to custom post types

Adding documents and files to custom post types is the same as creating new posts or pages. The steps comprise:

  • Go to Documents, and select Add New
  • On the Add New screen, input documents’ information such as title, short description.
  • Add additional data like taxonomies, featured image, custom fields, etc. to describe the document.
  • Click Publish

 

Process to create the WordPress file manager

All the above subsections and steps help populate WordPress Sites with documents and file attributes. This helps retrieve and display documents. The process involves the following steps:

  • Go to Pages and select ‘Add New’
  • From here, you have two choices to follow to complete the process

 

Classic Editor: In Classic Editor, Click Insert Posts Table. It will embed a shortcode [posts_table] to the page

Gutenberg: It adds the [posts_table] shortcode to the Shortcode Block

It is how shortcode, and eventually, the Posts table is added to the page. As a result, the page starts displaying all files and documents in a tabular form.

Display documents directly from the front-end after uploading them to WordPress Media Library

In the above methods, the users must create the post to make it available for download. However, you can also display a post directly from the WordPress Media Library.

Other functions of WordPress File Manager

Apart from sorting and arranging the files and documents and presenting them in a tabular form, the WordPress File Manager can:

  • Show who downloaded the files
  • Offer control over the file accessors
  • Allow users to add documents
  • Sell downloadable documents, in case it is a WooCommerce site.

 

 

992 Replies to “How to Create a WordPress File Manager and Upload Files: A Detailed User Guide”

  1. When I initially commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I
    get several emails with the same comment. Is there any way you can remove me from that service?
    Appreciate it!

  2. you’re in point of fact a just right webmaster.

    The web site loading speed is amazing. It kind of feels that you are
    doing any distinctive trick. Furthermore, The contents are masterwork.
    you have done a magnificent activity on this matter!

  3. Hi there just wanted to give you a brief heads up and let you know a few
    of the images aren’t loading correctly. I’m not
    sure why but I think its a linking issue. I’ve tried it in two different web browsers and both show the same results.

  4. buy drugs from canada [url=https://canadianpharm.pro/#]safe online pharmacy[/url] safe reliable canadian pharmacy

  5. canadian drug pharmacy real canadian pharmacy or the canadian pharmacy
    http://charlesriverlabs.us/__media__/js/netsoltrademark.php?d=canadianpharm.pro reputable canadian pharmacy
    [url=http://www.southbeachglow.com/__media__/js/netsoltrademark.php?d=canadianpharm.pro]canadian pharmacies comparison[/url] canada rx pharmacy and [url=http://www.aipeople.com.cn/home.php?mod=space&uid=2994355]thecanadianpharmacy[/url] canadian pharmacy 1 internet online drugstore

  6. canadian pharmacy review reputable canadian pharmacy or canadian king pharmacy
    http://kenkravitz.com/__media__/js/netsoltrademark.php?d=canadianpharm.pro canadianpharmacyworld com
    [url=http://roseri.com/__media__/js/netsoltrademark.php?d=canadianpharm.pro]canadian pharmacy ed medications[/url] canadian mail order pharmacy and [url=http://fl.liaochengquan.cn/home.php?mod=space&uid=298655]trustworthy canadian pharmacy[/url] canadian pharmacies comparison

  7. birth control pills [url=http://birthcontrolpills.pro/#]birth control pills without seeing a doctor[/url] birth control pills without seeing a doctor

  8. legit canadian pharmacy online [url=https://canadianpharm.pro/#]canadian international pharmacy[/url] northern pharmacy canada

  9. canadian pharmacy store canadian pharmacy ltd or canadian pharmacy reviews
    http://ww17.puppetgifts.com/__media__/js/netsoltrademark.php?d=canadianpharm.pro canadian pharmacy oxycodone
    [url=http://livesmarteatsmart.com/__media__/js/netsoltrademark.php?d=canadianpharm.pro]vipps approved canadian online pharmacy[/url] canadian pharmacy checker and [url=http://www.troutpredator.com/community/member.php?u=210834]online canadian pharmacy reviews[/url] canadian pharmacy price checker

  10. Today, I went to the beachfront with my kids. I found a sea shell and gave it to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.” She put the shell to her ear and screamed. There was a hermit crab inside and it pinched her ear. She never wants to go back! LoL I know this is entirely off topic but I had to tell someone!

  11. canadian king pharmacy best canadian pharmacy to order from or canadian pharmacy meds reviews
    http://igoonlinebanking.com/__media__/js/netsoltrademark.php?d=canadianpharm.pro canadian pharmacy cheap
    [url=http://monarchgracebay.com/__media__/js/netsoltrademark.php?d=canadianpharm.pro]legal canadian pharmacy online[/url] certified canadian international pharmacy and [url=http://qihuo.org.cn/space-uid-190075.html]onlinecanadianpharmacy 24[/url] canadian drugs pharmacy

  12. canadian drug pharmacy buy drugs from canada or canadian pharmacy india
    http://crimea.org/__media__/js/netsoltrademark.php?d=canadianpharm.pro online pharmacy canada
    [url=http://eldercaremediationassociates.com/__media__/js/netsoltrademark.php?d=canadianpharm.pro]reputable canadian pharmacy[/url] onlinecanadianpharmacy 24 and [url=http://bbs.zhizhuyx.com/home.php?mod=space&uid=7823284]online canadian pharmacy reviews[/url] best canadian online pharmacy

  13. canadian compounding pharmacy global pharmacy canada or canadian pharmacy meds
    http://harwellhamiltonharris.org/__media__/js/netsoltrademark.php?d=canadianpharm.pro cheap canadian pharmacy
    [url=http://eznettitle.com/__media__/js/netsoltrademark.php?d=canadianpharm.pro]best rated canadian pharmacy[/url] is canadian pharmacy legit and [url=http://www.9yuanmoli.com/bbs/home.php?mod=space&uid=314927]canadian pharmacy[/url] best online canadian pharmacy

  14. Paxlovid buy online [url=http://paxlovid.pro/#]Paxlovid buy online[/url] paxlovid cost without insurance

  15. legal canadian pharmacy online canada pharmacy or safe canadian pharmacy
    http://minutesrecharge.net/__media__/js/netsoltrademark.php?d=canadianpharm.pro canadianpharmacyworld com
    [url=http://testmastersact.com/__media__/js/netsoltrademark.php?d=canadianpharm.pro]canadian pharmacy oxycodone[/url] canada drugstore pharmacy rx and [url=http://www.empyrethegame.com/forum/memberlist.php?mode=viewprofile&u=256370]canadian discount pharmacy[/url] northwest canadian pharmacy

  16. best online pharmacies in mexico [url=http://mexicanpharmacy.life/#]mexican pharmaceuticals online[/url] mexican online pharmacies prescription drugs

  17. india online pharmacy [url=http://indiapharmacy.world/#]reputable indian online pharmacy[/url] indian pharmacy online

  18. medication from mexico pharmacy mexican mail order pharmacies or purple pharmacy mexico price list
    http://winnersclub.com/__media__/js/netsoltrademark.php?d=mexicanpharmacy.life mexico drug stores pharmacies
    [url=http://www.chelseaclub.com/__media__/js/netsoltrademark.php?d=mexicanpharmacy.life]mexican border pharmacies shipping to usa[/url] pharmacies in mexico that ship to usa and [url=http://forum.meogames.com/home.php?mod=space&uid=8220577]buying prescription drugs in mexico[/url] mexican drugstore online

  19. reputable indian online pharmacy best online pharmacy india or indian pharmacy paypal
    http://retailstorecontractors.com/__media__/js/netsoltrademark.php?d=indiapharmacy.world Online medicine order
    [url=http://creditmonitor.net/__media__/js/netsoltrademark.php?d=indiapharmacy.world]п»їlegitimate online pharmacies india[/url] buy medicines online in india and [url=http://plixsite.net/forum/member.php?action=profile&uid=2244112]Online medicine home delivery[/url] Online medicine home delivery

  20. mexican online pharmacies prescription drugs mexican drugstore online or medicine in mexico pharmacies
    http://spaatloscaballeros.com/__media__/js/netsoltrademark.php?d=mexicanpharmacy.life mexican border pharmacies shipping to usa
    [url=http://californiaappeals.net/__media__/js/netsoltrademark.php?d=mexicanpharmacy.life]medicine in mexico pharmacies[/url] mexican online pharmacies prescription drugs and [url=http://www.visionzone.com.cn/home.php?mod=space&uid=2037474]purple pharmacy mexico price list[/url] buying from online mexican pharmacy

  21. online pharmacy india [url=http://indiapharmacy.world/#]mail order pharmacy india[/url] indian pharmacies safe

  22. medication from mexico pharmacy mexican drugstore online or medicine in mexico pharmacies
    http://larrytoepper.com/__media__/js/netsoltrademark.php?d=mexicanpharmacy.life mexican mail order pharmacies
    [url=http://nolawatson.com/__media__/js/netsoltrademark.php?d=mexicanpharmacy.life]pharmacies in mexico that ship to usa[/url] best online pharmacies in mexico and [url=http://www.chaoren.group/home.php?mod=space&uid=583383]buying prescription drugs in mexico[/url] pharmacies in mexico that ship to usa

  23. mexican mail order pharmacies [url=https://mexicanpharmacy.life/#]п»їbest mexican online pharmacies[/url] mexican border pharmacies shipping to usa

  24. mexican online pharmacies prescription drugs mexico pharmacies prescription drugs or mexican online pharmacies prescription drugs
    http://ww35.modelswatch.com/__media__/js/netsoltrademark.php?d=mexicanpharmacy.life buying prescription drugs in mexico online
    [url=http://dermz.com/__media__/js/netsoltrademark.php?d=mexicanpharmacy.life]mexico drug stores pharmacies[/url] reputable mexican pharmacies online and [url=http://www.jbt4.com/home.php?mod=space&uid=8453305]medicine in mexico pharmacies[/url] medicine in mexico pharmacies

  25. world pharmacy india Online medicine home delivery or cheapest online pharmacy india
    http://www.bpcitigroupcenter.com/__media__/js/netsoltrademark.php?d=indiapharmacy.world/ indianpharmacy com
    [url=http://shufunilive.com/__media__/js/netsoltrademark.php?d=indiapharmacy.world]indianpharmacy com[/url] buy prescription drugs from india and [url=http://83783.net/home.php?mod=space&uid=6558687]top 10 online pharmacy in india[/url] Online medicine order

  26. non prescription ed pills [url=https://edpills24.pro/#]best non prescription ed pills[/url] ed pills that work

  27. buying from online mexican pharmacy mexico drug stores pharmacies or mexican online pharmacies prescription drugs
    http://setacla.org/__media__/js/netsoltrademark.php?d=mexicanpharmacy.life pharmacies in mexico that ship to usa
    [url=http://peiweimarketplace.co/__media__/js/netsoltrademark.php?d=mexicanpharmacy.life]mexico drug stores pharmacies[/url] buying prescription drugs in mexico online and [url=https://www.warshipsfaq.ru/user/sxlnrysm]mexico pharmacies prescription drugs[/url] mexican rx online

  28. [url=https://certifiedpharmacy.pro/#]mail order prescription drugs from canada[/url] pharmacy online canada

  29. [url=https://certifiedpharmacy.pro/#]certified canadian international pharmacy[/url] drugs from canada without prescription

  30. online canadian pharmacy canadian drugs pharmacy or canadian pharmacy victoza
    http://uhseast.com/__media__/js/netsoltrademark.php?d=canadianpharmacy.legal canadian medications
    [url=http://ulitsasesam.net/__media__/js/netsoltrademark.php?d=canadianpharmacy.legal]canadian pharmacy drugs online[/url] best canadian pharmacy to buy from and [url=http://bbs.zhizhuyx.com/home.php?mod=space&uid=7972831]canadian pharmacy checker[/url] canada rx pharmacy world

Leave a Reply

Your email address will not be published. Required fields are marked *