Home > Article > CMS Tutorial > Where is the wordpress theme folder?
Where is the wordpress theme folder?
wordpress directory file structure description.
Inside the WordPress folder you will find a large number of code files and 3 folders wp-admin wp-content wp-includes
wp-admin Yes, this is your dashboard, the interface you see after logging in to wordpress, including all background files
wp-contentContains all your content, Includes plugins, themes and content you upload
Plugins folder contains all plugins. Each plugin has its own folder. As Aksimet sits inside the Akismet folder
similarly, theme theme folder holds all your themes. Like plugins, each theme has its own folder.
Uploads folder for all your uploaded images, videos and attachments.
languages is about languages
wp-includes includes all the files and libraries that are necessary for WordPress management, editing and JavaScript libraries, CSS and image fiels
For more WordPress technical articles, please visit the WordPress Tutorial column!
The above is the detailed content of Where is the wordpress theme folder?. For more information, please follow other related articles on the PHP Chinese website!