How to Manage Your Website Files from Inside Your WordPress Dashboard

Last Updated on May 29, 2023 by 18 Comments

How to Manage Your Website Files from Inside Your WordPress Dashboard
Blog / Resources / How to Manage Your Website Files from Inside Your WordPress Dashboard

Typically, when managing the files that make up your WordPress install you’ll likely use an FTP client. (You may also use something like WP-CLI and the command line.) If you’re not familiar with FTP, you may find the process intimidating. You can learn it pretty easily, but for any number of reasons you just may not enjoy working on your website via FTP or WP-CLI/Command Line, or even C-Panel.

So what’s a person to do? Well, you can install the WP File Manager plugin, for one. Without too much trouble, you get a full file-management experience directly within your WordPress dashboard without any (or at least many) of the hassles or issues that can come with dealing with an FTP client or having cPanel access. No extra apps to keep open and updated and to configure, and no muddling around with the akward cPanel manager (it works for what it does, but it is not the best option by a long shot).

WP File Manager

As always, download, install, and activate the plugin.

WP File Manager for WordPress Dashboard

Now, you have access to a new menu item in your dashboard sidebar called WP File Manager. Beneath it, there are a handful of submenus, but even as you click into the main section, the plugin presents you with a fully functional file manager.

WP File Manager for WordPress Dashboard

As you can see in the image above, the file manager plugin only gives access to the files belonging to this particular WordPress installation. You don’t get free reign over the whole server. Even if you’re working on a multisite network, you will only have access to the site you are currently using.

Note that this can be changed under the Root Directory section; however, that should be done with caution. There is likely very little reason for you to need this.

WP File Manager for WordPress Dashboard

A Quibble About Settings

All that said, the WP File Manager is incredibly powerful and access for just anyone can be dangerous. Assuming you’re the admin of your site, you’re going to want to use the Settings area to lock things down and make sure that you’re as secure as possible. That means limiting user access, configuring user permissions (who can make directories, edit files, copy, etc.), configuring the code editor (yes, there’s a built-in editor), among others.

The downside to using this plugin for advanced file management is that all of this requires that you purchase the upgraded Pro version. The upgrade isn’t terribly expensive at $19, but that does limit the breadth of who this may work for. Keeping the settings tab locked behind a paywall may not work for some; however, you don’t lose the base functionality that makes the plugin worth using to begin with.

Using the File Manager

Using the file manager itself is really simple. I actually found it easier, personally, than the cPanel manager or FileZilla. Well, easier may not be the right term. Perhaps, friendlier. The experience was just smoother all the way around, and the messaging was clear.

One of the primary uses for having a file manager in the WordPress dashboard is to edit child theme files. So in this example, I set up a child theme using the Orbisius plugin, and I named it Demo Child Theme. The contents of base folder for the child theme is unchanged from the default Divi installation.

WP File Manager for WordPress Dashboard

Let’s say that you want to edit page.php and single.php for your child theme. You have two options: create a new file in the child theme directory or copy the files from the parent theme directory. I tend to copy them. And WP File Manager makes it a breeze.

Navigate to the parent directory (/wp-content/themes/Divi) and CTRL/CMD + Click to higlight the files you want to copy, right-click on one of them, and select Copy.

WP File Manager for WordPress Dashboard

Then all you have to do is click into the /wp-content/themes/demo-child-theme directory, right-click, and hit Paste. You can also use keyboard shortcuts to copy/cut/paste (CTRL/CMD + C, X, V), if you prefer those to clicking and using context menus.

WP File Manager for WordPress Dashboard

Now you’re ready for the fun part. Any changes you are going to make to these files can be made by simply right-clicking and selecting Edit from the context menu, or you can select it from the toolbar above. A modal will pop up with the file’s contents. And remember, if you’ve upgraded to Pro, you can change the settings for the editor window.

WP File Manager for WordPress Dashboard

A Final Word of Warning

Using a file manager plugin like this is really awesome. Being able to change your theme files as easily as you can alter CSS is hugely wonderful and convenient. It also holds a lot of danger if you do it on a live website. And when you mess with a file with this plugin, that change is reflected immediately. So proceed with caution, and try to use this only in a development environment or when your live site is in maintenance mode.

The last thing you want is for your site to crash because you accidentally left out a semicolon.

That said, just having the ability to do all of this from within the WP dash is pretty noteworthy. The downside to the editor itself is that it does not use the new CodeMirror editing that was introduced in WordPress 4.9.

Regardless, if you’ve ever dreamed of having your very own file manager within the dashboard, your dreams have finally come true. Using it is both convenient and easy, and if you are looking for an alternate to cPanel or FileZilla (or whatever FTP client you use), this is certainly an option.

Would having a file manager inside your WordPress dashboard be an option for you?

Article featured image by hanss / shutterstock.com

Divi

Want To Build Better WordPress Websites? Start Here! 👇

Take the first step towards a better website.

Get Started
Divi
Premade Layouts

Check Out These Related Posts

WordPress vs Medium (2024) — Where Should You Blog?

WordPress vs Medium (2024) — Where Should You Blog?

Updated on February 14, 2024 in Resources

If there is one question that goes back to the very beginning of blogging, it’s “what blogging platform should I use?” Everyone asks this question (to Google, most likely), and everyone gets bombarded with a thousand different answers. That’s primarily because there are so...

View Full Post
9 Non-Profit Child Themes for Divi

9 Non-Profit Child Themes for Divi

Updated on January 23, 2023 in Resources

There are lots of nonprofit organizations across the globe. Just about every one of them needs a well-designed website to tell their story and receive donations to help their causes. Divi is an excellent theme for nonprofits such as charities. Fortunately, you don’t have to start from scratch for...

View Full Post

18 Comments

  1. Thanks

    I did not know you got a plugin like this as I always use Cpanel.

    Thanks for the info.

  2. Hi
    This is a time saver but what about the security if the site hacks?
    Thanks
    Anam

  3. Thanks BJ, this is going to be a great time saver. Not that I can’t use an FTP program but it will be much easier to manage my WP files from within my dashboard.

  4. “The last thing you want is for your site to crash because you accidentally left out a semicolon.”

    This is definitely a reason to make sure you have Cpanel/ftp details standing by just in case 😉

  5. thank you very much for this information is excellent

  6. Sounds like it could be a time saver.

    If I use install it to add redirects to my htaccess file, can I then deactivate the plugin after, or does it have to be activated all the time?

    Thanks,
    Mikael

  7. This is one of those things that sounds really cool, is very convenient for a typical user, and makes working with the files much easier. Unfortunately, it is also something that I wouldn’t necessarily trust a plugin to do correctly, because of the sensitive nature of web host configurations.

    I do think Automattic should work on implementing this as a native function of WordPress, as working with the site files is critical in many cases.

  8. Is there any benefit to editing the child theme through this plugin’s editor versus the built-in WordPress editor?

    • The main benefit is being able to add actual files via file editor. (I like using the plugin mentioned above)

      With the WP editor, you can only edit the files.
      Not actually create them in the folder like an ftp.

      For me, that’s the most important difference.

  9. Filemanager is the first plugin I install on every site. It lets me quickly upload plugins and themes without using Cpanel, or hitting default installation upload limits.

    Essential plugin.

  10. Good idea, also users can upload pdf files on media and then use the links 🙂

  11. Thanks BJ! Really love your productivity hacks… Always a good balanced perspective on power and responsibility. I also like the trend of supporting WordPress from inside WordPress… Things like being able to clear your cache from the dashboard instead of going to the hosing login just make sense. Obviously, like working on DB tables from inside WP, this is a lot more “great power>great responsibility”. Had never seen this particular plugin before… Thanks!

  12. I have never thought about this feature. It is really easy and reliable to change server files from wordpress dashboard only.It is time saving for developer like me who have to deal with many client’s web sites simultaneously.

    No need to enter passwords for many cPanels and even play with their time outs.

    Thank you for sharing wonderful plugin, tricks and tips.

  13. It’s a big time saver. I mainly use it for client sites that uploads pdf files for distribution. Not having to Tab over to cpanel file manager and perform the upload saves a lot of time and cleaning up older files makes it just as easy.

  14. Heya B.J. thanks for bringing this plugin and option to my attention. Definitely gonna give this a go on my development sites. The File Manager plugin page looks pretty solid too.

    already has over 100,000 installs with an average 4 1/2 stars -CHECK
    last updated 4 days ago -CHECK
    Issues resolved in last two months:16 out of 16 -CHECK

    Keep up the great work!

  15. Just for you; no need to publish. Your keystrokes left out an ‘h’ in ‘highlight’

    “Navigate to the parent directory (/wp-content/themes/Divi) and CTRL/CMD + Click to higlight the files you want to copy, right-click on one of them, and select Copy.”

  16. Another Plugin? Thought we are to use the least number of Plugins to keep a website as efficient as possible. Am I missing something?

    • Not all plugins are equal. Therefore using fewer plugins does not equal efficiency. The number of plugins is less important than the quality of them. Most plugins do not have a noticeable impact on your website’s performance provided you have an adequate host. The plugins that are most likely going to affect performance are the ones that increase HTTP requests and database queries for the end user.

Leave A Reply

Comments are reviewed and must adhere to our comments policy.

Get Started With Divi