{"id":1001,"date":"2022-09-12T18:33:20","date_gmt":"2022-09-12T18:33:20","guid":{"rendered":"https:\/\/glossary.dream.press\/glossary\/%group%\/wp-content-folder\/"},"modified":"2026-07-09T23:01:11","modified_gmt":"2026-07-09T23:01:11","slug":"wp-content-folder","status":"publish","type":"glossary","link":"https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/","title":{"rendered":"wp-content Folder"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Every <a href=\"https:\/\/www.dreamhost.com\/glossary\/wordpress\/wordpress\/\">WordPress<\/a> site has the same three folders at its root: wp-admin and wp-includes, which hold WordPress core code you should never edit, and wp-content, which holds your stuff. When you install a <a href=\"https:\/\/www.dreamhost.com\/glossary\/wordpress\/theme\/\">theme<\/a> or upload an image to the <a href=\"https:\/\/www.dreamhost.com\/glossary\/wordpress\/media-library\/\">media library<\/a>, WordPress files it under wp-content.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What\u2019s inside the wp-content folder?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You\u2019ll almost always find these four subfolders, though exact contents vary by site:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>themes.<\/strong> Every theme installed on your site, active or not, with one subfolder each.<\/li>\n\n\n\n<li><strong>plugins.<\/strong> Same idea: one subfolder per installed <a href=\"https:\/\/www.dreamhost.com\/glossary\/wordpress\/plugin\/\">plugin<\/a>.<\/li>\n\n\n\n<li><strong>uploads.<\/strong> Your media library: images, videos, and documents, organized into year and month folders by default.<\/li>\n\n\n\n<li><strong>upgrade.<\/strong> A temporary workspace WordPress uses during updates.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Plugins often add their own folders too, such as caches and backups. You may also see a languages folder, where WordPress stores translations, and a mu-plugins folder for \u201cmust-use\u201d plugins that load automatically and can\u2019t be deactivated from the dashboard.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Where is the wp-content folder?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In your site\u2019s root directory, wherever WordPress is installed, alongside wp-admin, wp-includes, and files like wp-config.php. You won\u2019t see it from the WordPress dashboard. To browse it, connect with <a href=\"https:\/\/www.dreamhost.com\/glossary\/hosting\/sftp\/\">SFTP<\/a> or use the file manager in your hosting control panel. The root folder\u2019s name varies by host: it\u2019s often your domain name, or a generic name like public_html.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Is it safe to change files in wp-content?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, with care. Careful edits are normal \u2014 <a href=\"https:\/\/www.dreamhost.com\/glossary\/wordpress\/child-theme\/\">child theme<\/a> files live here, for example \u2014 but mistakes here are the classic cause of the WordPress \u201cwhite screen of death.\u201d You can disable a broken plugin by renaming its folder inside wp-content\/plugins, a standard rescue trick. Two rules keep you safe: back up before touching anything, and never edit wp-admin or wp-includes at all, since updates overwrite them.<\/p>\n","protected":false},"featured_media":11481,"parent":0,"menu_order":0,"template":"","meta":{"_acf_changed":false,"_yoast_wpseo_focuskw":"","_yoast_wpseo_title":"What is the wp-content Folder? %%sep%% %%sitename%%","_yoast_wpseo_metadesc":"The wp-content folder stores your WordPress themes, plugins, and media uploads. See what belongs inside it, where to find it, and what\u2019s safe to change.","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":""},"group":[18],"class_list":["post-1001","glossary","type-glossary","status-publish","has-post-thumbnail","hentry","group-wordpress"],"acf":{"cta":"Managed WP Hosting","faqs":[{"question":"Can I rename or move the wp-content folder?","answer":"Yes, but it\u2019s rarely worth it. WordPress lets you set a custom location with the WP_CONTENT_DIR and WP_CONTENT_URL constants in wp-config.php, but some poorly coded plugins hardcode the default path and break. Unless you have a specific reason, leave it alone."},{"question":"Why does WordPress say it\u2019s unable to create a directory in wp-content\/uploads?","answer":"That error means WordPress lacks permission to write to the uploads folder, and it usually appears after a migration. Fix it by correcting the folder\u2019s permissions (typically 755) over SFTP, or ask your host\u2019s support. Also check Settings > Media for an old server path left behind."},{"question":"Can I delete things inside wp-content to free up space?","answer":"Only with care. Inactive themes and plugins are safest to remove from the dashboard, not by deleting folders. Never delete uploads: that\u2019s your media library. Old backup and cache folders left by removed plugins are usually safe once you\u2019ve confirmed the plugin is gone."},{"question":"Why don\u2019t WordPress updates delete my themes and plugins?","answer":"Because updates only replace the core folders (wp-admin, wp-includes, and the root files) and don\u2019t overwrite what you\u2019ve added to wp-content. At most, a major update drops in a new default theme. That separation means everything you\u2019ve installed survives every upgrade."}],"term_definition":"wp-content is the folder in a WordPress installation that stores everything you add to your site: themes, plugins, uploaded media, and files your plugins create, such as caches and backups. WordPress core lives in separate folders, so wp-content holds everything unique to your site and is the most important folder to back up.","h2_more":"More About the wp-content Folder","title_tag":"What is the wp-content Folder?"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What is the wp-content Folder? - DreamHost Glossary<\/title>\n<meta name=\"description\" content=\"The wp-content folder stores your WordPress themes, plugins, and media uploads. See what belongs inside it, where to find it, and what\u2019s safe to change.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is the wp-content Folder? - DreamHost Glossary\" \/>\n<meta property=\"og:description\" content=\"The wp-content folder stores your WordPress themes, plugins, and media uploads. See what belongs inside it, where to find it, and what\u2019s safe to change.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dreamhost.com\/glossary\/wordpress\/wp-content-folder\/\" \/>\n<meta property=\"og:site_name\" content=\"DreamHost Glossary\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-09T23:01:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dreamhost.com\/glossary\/wp-content\/uploads\/2026\/07\/inside-a-wordpress-installation.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1792\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is the wp-content Folder? - DreamHost Glossary","description":"The wp-content folder stores your WordPress themes, plugins, and media uploads. See what belongs inside it, where to find it, and what\u2019s safe to change.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/","og_locale":"en_US","og_type":"article","og_title":"What is the wp-content Folder? - DreamHost Glossary","og_description":"The wp-content folder stores your WordPress themes, plugins, and media uploads. See what belongs inside it, where to find it, and what\u2019s safe to change.","og_url":"https:\/\/www.dreamhost.com\/glossary\/wordpress\/wp-content-folder\/","og_site_name":"DreamHost Glossary","article_modified_time":"2026-07-09T23:01:11+00:00","og_image":[{"width":1792,"height":1024,"url":"https:\/\/www.dreamhost.com\/glossary\/wp-content\/uploads\/2026\/07\/inside-a-wordpress-installation.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/","url":"https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/","name":"What is the wp-content Folder? - DreamHost Glossary","isPartOf":{"@id":"https:\/\/glossary.dream.press\/glossary\/#website"},"primaryImageOfPage":{"@id":"https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/#primaryimage"},"image":{"@id":"https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/#primaryimage"},"thumbnailUrl":"https:\/\/glossary.dream.press\/glossary\/wp-content\/uploads\/2026\/07\/inside-a-wordpress-installation.png","datePublished":"2022-09-12T18:33:20+00:00","dateModified":"2026-07-09T23:01:11+00:00","description":"The wp-content folder stores your WordPress themes, plugins, and media uploads. See what belongs inside it, where to find it, and what\u2019s safe to change.","breadcrumb":{"@id":"https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/#primaryimage","url":"https:\/\/glossary.dream.press\/glossary\/wp-content\/uploads\/2026\/07\/inside-a-wordpress-installation.png","contentUrl":"https:\/\/glossary.dream.press\/glossary\/wp-content\/uploads\/2026\/07\/inside-a-wordpress-installation.png","width":1792,"height":1024,"caption":"Folder tree of a WordPress installation: the root contains wp-admin and wp-includes, which hold core code, and wp-content, which holds your themes, plugins, uploads, and upgrade folders."},{"@type":"BreadcrumbList","@id":"https:\/\/glossary.dream.press\/glossary\/wordpress\/wp-content-folder\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dreamhost.com\/glossary\/"},{"@type":"ListItem","position":2,"name":"Terms","item":"https:\/\/www.dreamhost.com\/glossary\/%group%\/"},{"@type":"ListItem","position":3,"name":"wp-content Folder"}]},{"@type":"WebSite","@id":"https:\/\/glossary.dream.press\/glossary\/#website","url":"https:\/\/glossary.dream.press\/glossary\/","name":"DreamHost Glossary","description":"","publisher":{"@id":"https:\/\/glossary.dream.press\/glossary\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/glossary.dream.press\/glossary\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/glossary.dream.press\/glossary\/#organization","name":"DreamHost","url":"https:\/\/glossary.dream.press\/glossary\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/glossary.dream.press\/glossary\/#\/schema\/logo\/image\/","url":"https:\/\/glossary.dream.press\/glossary\/wp-content\/uploads\/2022\/10\/dreamhost-glossary-social.jpg","contentUrl":"https:\/\/glossary.dream.press\/glossary\/wp-content\/uploads\/2022\/10\/dreamhost-glossary-social.jpg","width":2400,"height":1256,"caption":"DreamHost"},"image":{"@id":"https:\/\/glossary.dream.press\/glossary\/#\/schema\/logo\/image\/"}}]}},"lang":"en","translations":{"en":1001,"es":1731,"fr":8369,"nl":8409,"it":8970,"pt":10841,"pl":10865,"de":10927,"ru":11130,"uk":11142},"pll_sync_post":{},"_links":{"self":[{"href":"https:\/\/glossary.dream.press\/glossary\/wp-json\/wp\/v2\/glossary\/1001","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/glossary.dream.press\/glossary\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/glossary.dream.press\/glossary\/wp-json\/wp\/v2\/types\/glossary"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/glossary.dream.press\/glossary\/wp-json\/wp\/v2\/media\/11481"}],"wp:attachment":[{"href":"https:\/\/glossary.dream.press\/glossary\/wp-json\/wp\/v2\/media?parent=1001"}],"wp:term":[{"taxonomy":"group","embeddable":true,"href":"https:\/\/glossary.dream.press\/glossary\/wp-json\/wp\/v2\/group?post=1001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}