Wordpress uses a standard directory structure for storing themes.
Starting from your wordpress installation home directtor, all themes are stored in /wp-content/themes.
Each theme is stored in it’s own directory. The two themes that come with a standard WordPress installation are “WordPress Classic” and “WordPress Default”. Their folders are located relative to the WordPress home directory as follows:
| Theme | Location |
| WordPress Default | wp-content/themes/default |
| WordPress Classic | wp-content/themes/classic |
Contents of the Theme Directory
Within the Theme directory, minimally there will be the following files:
- index.php
- header.php
- sidebar.php
- footer.php
- functions.php
- style.css
Typically, there will be more. Often there is an images sub-directory.
How to Find Your Theme Directory
- In the Site Admin Console, click on “Appearance” then “Themes”.
- The “Current Theme” will be shown in the top right hand side of the screen.
- The relative directory address will be listed below the Theme name.
No Comments so far ↓
There are no comments yet...Kick things off by filling out the form below.