Zemez

WordPress folder structure

You may wonder, why do you need to know where does WordPress store pages? Not to mention the fact, that you can run your website without any knowledge of the folder structure. However, with this information, you will be able to fix many common WordPress problems on your own.

After this tutorial, you will understand:

How to access files and folders in WordPress

To start with, you need to download and install any FTP-client. You will need it to connect to your WordPress server. It may be such clients as FileZilla for Windows, or Pure-FTPd for Unix.

To start with, you need to download and install any FTP-client. You will need it to connect to your WordPress server. It may be such clients as FileZilla for Windows, or Pure-FTPd for Unix.

On the other hand, you may use File Manager as well. This application allows to manage and organize your files and directories.

Whether you choose to use the FTP technology or File Manager, you are able to see the wordpress folder structure.

The core files and directories

The core files and directories are ones, which help to run your website. We strongly recommend you not to make changes in these files without a serious reason. It may cause some problems in the website performance.

The files of configuration

Your WordPress folder also includes some files which are responsible for the capacity of your website. Among these files are:

If there is a reasonable need to edit files, you may make some changes in .htaccess and wp-config.php. However, you have to remember, that creating backups is essential. One missing symbol can cause a fatal error on your website and sometimes it may be quite hard to fix it.

Explore the wp-content directory

The wp-content directory consists of folders and files, which may vary from site to site, however, it always includes these:

We hope you liked our quick and simple guide to the WordPress directory structure Subscribe to our newsletter for more useful tutorials and instructions.