{"id":3710,"date":"2016-08-23T12:38:21","date_gmt":"2016-08-23T12:38:21","guid":{"rendered":"https:\/\/staging.heliossolutions.co\/blog\/?p=3710"},"modified":"2019-12-03T06:34:02","modified_gmt":"2019-12-03T06:34:02","slug":"steps-change-customize-wordpress-file-directory-structure","status":"publish","type":"post","link":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/","title":{"rendered":"Steps to Change &#038; Customize WordPress File &#038; Directory Structure"},"content":{"rendered":"<p style=\"text-align: justify;\"><strong>Development in WordPress technology<\/strong> offers convenience. It is an open source technology, so you can easily see the structure of the files. When you are using WordPress, it is suggested that you customize your file and directory structure, so that your developed solution with WordPress stays protected.<\/p>\n<p style=\"text-align: justify;\">Generally, most <strong>WordPress web developers<\/strong> prefer rearranging the core <strong>WordPress file structure<\/strong>. In this article, we shall cover how you can do that with the minimal steps.<\/p>\n<p align=\"center\"><a title=\"Steps to Change &amp; Customize WordPress File &amp; Directory Structure\" href=\"https:\/\/www.heliossolutions.co\/cms\/wordpress-development\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3711\" src=\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg\" alt=\"WordPress Development Expert\" width=\"600\" height=\"350\" srcset=\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg 600w, https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure-300x175.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\">Let us get started!<\/p>\n<h3 style=\"text-align: justify;\"><strong>First Step: Back it Up<\/strong><\/h3>\n<p dir=\"ltr\" style=\"text-align: justify;\">When you are using any method to customize the structure, there are all the chances that it may break your website if you are not careful. So make sure that you have created a backup. It is always good to do that for any kind of tricky development tasks and not take chances.\u00a0To backup your website, take help from <a title=\"web development experts\" href=\"https:\/\/www.heliossolutions.co\/web-application-development\/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>web development experts<\/strong><\/a>. During this process, make sure that any error messages don\u2019t show up on the front end with any sensitive messages by turning on error logging.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\">When you are reorganizing your WordPress file structure, your website goes offline for that time being. So it is important that you set up a temporary redirect (302). This will not hinder your visitor while your site is under this process and will not hamper the optimization on the search engines at all.<\/p>\n<p dir=\"ltr\" style=\"text-align: justify;\"><strong>See Also :-\u00a0<a title=\"How Hackers Gain Access To Your WordPress Websites\" href=\"https:\/\/staging.heliossolutions.co\/blog\/hackers-gain-access-wordpress-websites\/\" target=\"_blank\" rel=\"noopener noreferrer\">How Hackers Gain Access To Your WordPress Websites<\/a><\/strong><\/p>\n<h3 dir=\"ltr\" style=\"text-align: justify;\"><strong>Second Step: Changing your File Directory<\/strong><\/h3>\n<p style=\"text-align: justify;\">When you go about changing your file directory, you are basically moving only two files from your website to a separate directory. This way, you become more organized. This would require creation of new URL which is similar to your website name for the core files. But in this method, you can still keep the website name unchanged while moving those files to that URL i.e. the directory.<\/p>\n<p style=\"text-align: justify;\">The catch is that the core files are generally located in the root of your WordPress install, so the hackers also go looking for it over there. When you create a new file directory for the core files, you can protect your files and use them easily whenever you wish.<\/p>\n<h3 style=\"text-align: justify;\"><strong>Third Step: Create New Directory<\/strong><\/h3>\n<p style=\"text-align: justify;\">When you are creating a new directory in your website, you need to start by using a tool like SSH and the command line, FTP with a program like FileZilla. You can also choose to do the same through the control panel\u2019s file manager.<\/p>\n<p style=\"text-align: center;\"><em><strong>cPanel&gt; Files&gt; File Manager&gt; Log In<\/strong><\/em><\/p>\n<p style=\"text-align: left;\">Look for your website core files in the root of the site.<\/p>\n<p style=\"text-align: center;\"><em><strong>Root &gt; Folder&gt; Enter New Name for New Directory ( Top of the page)<\/strong><\/em><\/p>\n<h3 style=\"text-align: left;\"><strong>Name it Wisely<\/strong><\/h3>\n<p style=\"text-align: justify;\">While you create a new directory, you need to consider keeping a name which the hackers cannot guess. Just make sure that you don\u2019t select something like \u201cWP-Corefiles or \u201cWPFileStructure\u201d. After you create the new structure in the new folder, you will get to see the list of other files created. Just be sure that you update your WordPress website address so that when you move the files the site will locate the core file location.<\/p>\n<h3 style=\"text-align: justify;\">Fourth Step: Update the URLs<\/h3>\n<p style=\"text-align: left;\">When you have made changes in the single install site, next step is to update the URL by logging in your WordPress site.<\/p>\n<p dir=\"ltr\" style=\"text-align: center;\"><em><strong>Settings&gt; General Settings &#8211; in your admin dashboard<\/strong><\/em><\/p>\n<p align=\"center\"><a title=\"Settings&gt; General Settings \u2013 in your admin dashboard\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3712\" src=\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-Directory-Structure.jpg\" alt=\"General Settings in WordPress Backend\" width=\"650\" height=\"335\" srcset=\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-Directory-Structure.jpg 650w, https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-Directory-Structure-300x155.jpg 300w\" sizes=\"auto, (max-width: 650px) 100vw, 650px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\">You can add a slash to the end of the sites address in the (URL) field which is followed by directory you created. Don\u2019t forget to save the changes in the end once you are done updating the URLs.<\/p>\n<h3 style=\"text-align: justify;\">For a multi-site network<\/h3>\n<p style=\"text-align: justify;\">In this case, you cannot update the URLs directly from the super admin dashboard. This needs to be done to the config files. For this reason, the <a title=\"WordPress development expert\" href=\"https:\/\/www.heliossolutions.co\/cms\/wordpress-development\/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>WordPress development expert<\/strong><\/a> will need to write code in the wp-config.php file. You can do this for the single install too.<\/p>\n<h4 style=\"text-align: justify;\">Goto wp-config.php file and add the text over there.<\/h4>\n<p style=\"text-align: justify;\">You have to be careful while naming the folder again. Ensure that you have changed the name \u201capplication\u201d to the name of the folder you have created in the wp-config. If you do have the SSL certificate for your website, then you need to change the website URL address to http instead of https. To get the SSL certificate, talk to our <a title=\"web development specialists\" href=\"https:\/\/www.heliossolutions.co\/web-application-development\/\" target=\"_blank\" rel=\"noopener noreferrer\"><strong>web development specialists<\/strong><\/a> now.<\/p>\n<p style=\"text-align: justify;\">Do save your changes and move your core files easily!<\/p>\n<h3 style=\"text-align: justify;\">Fifth Step: Move Core Files<\/h3>\n<p style=\"text-align: justify;\">This is the last and the easy step but this is only after you have updated the URLs. You can do this by simply going to the file manager and the root of your website which is in the cPanel.<\/p>\n<p style=\"text-align: center;\"><em><strong>cPanel&gt;File Manager &gt;Root&gt; Select files &amp; Folder&gt; Drag &amp; Drop to new directory<\/strong><\/em><\/p>\n<p style=\"text-align: justify;\">When you reach the files and folder, as soon as you select, the selected files and folder will be highlighted and then you can easily move them to the new directory that you just created. As simple as it sounds!<\/p>\n<h3 style=\"text-align: justify;\">And It\u2019s Done!<\/h3>\n<p style=\"text-align: justify;\">Well, we hope these steps have helped you create new directory for your wordpress site. If you belong to a non\u2013technical background and have difficulty in configuring this in the core of the files, then let us know, we will be happy to help you. Our team of <strong>WordPress developers<\/strong> ensures protection of your code and core files of your WordPress site. Let\u2019s make web browsing protected!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Development in WordPress technology offers convenience. It is an open source technology, so you can easily see the structure of\u2026<\/p>\n","protected":false},"author":3,"featured_media":3711,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[569,551,52],"class_list":["post-3710","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress","tag-outsourcing-wordpress-development-in-india","tag-wordpress-development-experts","tag-wordpress-specialist"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Steps to Change &amp; Customize WordPress File &amp; Directory Structure - Helios Blog<\/title>\n<meta name=\"description\" content=\"WordPress core files are vulnerable as it allows anyone to view structure of website files. Create a custom folder for your core files, so no one locates!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Steps to Change &amp; Customize WordPress File &amp; Directory Structure - Helios Blog\" \/>\n<meta property=\"og:description\" content=\"WordPress core files are vulnerable as it allows anyone to view structure of website files. Create a custom folder for your core files, so no one locates!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/\" \/>\n<meta property=\"og:site_name\" content=\"Helios Blog\" \/>\n<meta property=\"article:published_time\" content=\"2016-08-23T12:38:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-12-03T06:34:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"helios\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"helios\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/\"},\"author\":{\"name\":\"helios\",\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/#\/schema\/person\/ce1ab8197db1f84358e99b203e8f6b38\"},\"headline\":\"Steps to Change &#038; Customize WordPress File &#038; Directory Structure\",\"datePublished\":\"2016-08-23T12:38:21+00:00\",\"dateModified\":\"2019-12-03T06:34:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/\"},\"wordCount\":925,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg\",\"keywords\":[\"Outsourcing WordPress Development in India\",\"Wordpress Development Experts\",\"wordpress specialist\"],\"articleSection\":[\"Wordpress\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/\",\"url\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/\",\"name\":\"Steps to Change & Customize WordPress File & Directory Structure - Helios Blog\",\"isPartOf\":{\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg\",\"datePublished\":\"2016-08-23T12:38:21+00:00\",\"dateModified\":\"2019-12-03T06:34:02+00:00\",\"description\":\"WordPress core files are vulnerable as it allows anyone to view structure of website files. Create a custom folder for your core files, so no one locates!\",\"breadcrumb\":{\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#primaryimage\",\"url\":\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg\",\"contentUrl\":\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg\",\"width\":600,\"height\":350,\"caption\":\"WordPress Development Expert\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/staging.heliossolutions.co\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Steps to Change &#038; Customize WordPress File &#038; Directory Structure\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/#website\",\"url\":\"https:\/\/staging.heliossolutions.co\/blog\/\",\"name\":\"Helios Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/staging.heliossolutions.co\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/#organization\",\"name\":\"Helios\",\"url\":\"https:\/\/staging.heliossolutions.co\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2023\/01\/Helios-blue-website.png\",\"contentUrl\":\"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2023\/01\/Helios-blue-website.png\",\"width\":250,\"height\":47,\"caption\":\"Helios\"},\"image\":{\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/#\/schema\/person\/ce1ab8197db1f84358e99b203e8f6b38\",\"name\":\"helios\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.heliossolutions.co\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/acb724e9e4c2d0799bde8878da07c0aa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/acb724e9e4c2d0799bde8878da07c0aa?s=96&d=mm&r=g\",\"caption\":\"helios\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Steps to Change & Customize WordPress File & Directory Structure - Helios Blog","description":"WordPress core files are vulnerable as it allows anyone to view structure of website files. Create a custom folder for your core files, so no one locates!","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:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/","og_locale":"en_US","og_type":"article","og_title":"Steps to Change & Customize WordPress File & Directory Structure - Helios Blog","og_description":"WordPress core files are vulnerable as it allows anyone to view structure of website files. Create a custom folder for your core files, so no one locates!","og_url":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/","og_site_name":"Helios Blog","article_published_time":"2016-08-23T12:38:21+00:00","article_modified_time":"2019-12-03T06:34:02+00:00","og_image":[{"width":600,"height":350,"url":"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg","type":"image\/jpeg"}],"author":"helios","twitter_card":"summary_large_image","twitter_misc":{"Written by":"helios","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#article","isPartOf":{"@id":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/"},"author":{"name":"helios","@id":"https:\/\/staging.heliossolutions.co\/blog\/#\/schema\/person\/ce1ab8197db1f84358e99b203e8f6b38"},"headline":"Steps to Change &#038; Customize WordPress File &#038; Directory Structure","datePublished":"2016-08-23T12:38:21+00:00","dateModified":"2019-12-03T06:34:02+00:00","mainEntityOfPage":{"@id":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/"},"wordCount":925,"commentCount":0,"publisher":{"@id":"https:\/\/staging.heliossolutions.co\/blog\/#organization"},"image":{"@id":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg","keywords":["Outsourcing WordPress Development in India","Wordpress Development Experts","wordpress specialist"],"articleSection":["Wordpress"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/","url":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/","name":"Steps to Change & Customize WordPress File & Directory Structure - Helios Blog","isPartOf":{"@id":"https:\/\/staging.heliossolutions.co\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#primaryimage"},"image":{"@id":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg","datePublished":"2016-08-23T12:38:21+00:00","dateModified":"2019-12-03T06:34:02+00:00","description":"WordPress core files are vulnerable as it allows anyone to view structure of website files. Create a custom folder for your core files, so no one locates!","breadcrumb":{"@id":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#primaryimage","url":"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg","contentUrl":"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure.jpg","width":600,"height":350,"caption":"WordPress Development Expert"},{"@type":"BreadcrumbList","@id":"https:\/\/staging.heliossolutions.co\/blog\/steps-change-customize-wordpress-file-directory-structure\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/staging.heliossolutions.co\/blog\/"},{"@type":"ListItem","position":2,"name":"Steps to Change &#038; Customize WordPress File &#038; Directory Structure"}]},{"@type":"WebSite","@id":"https:\/\/staging.heliossolutions.co\/blog\/#website","url":"https:\/\/staging.heliossolutions.co\/blog\/","name":"Helios Blog","description":"","publisher":{"@id":"https:\/\/staging.heliossolutions.co\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.heliossolutions.co\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/staging.heliossolutions.co\/blog\/#organization","name":"Helios","url":"https:\/\/staging.heliossolutions.co\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.heliossolutions.co\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2023\/01\/Helios-blue-website.png","contentUrl":"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2023\/01\/Helios-blue-website.png","width":250,"height":47,"caption":"Helios"},"image":{"@id":"https:\/\/staging.heliossolutions.co\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/staging.heliossolutions.co\/blog\/#\/schema\/person\/ce1ab8197db1f84358e99b203e8f6b38","name":"helios","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.heliossolutions.co\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/acb724e9e4c2d0799bde8878da07c0aa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/acb724e9e4c2d0799bde8878da07c0aa?s=96&d=mm&r=g","caption":"helios"}}]}},"feat_image_thumb":"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure-550x250.jpg","mainsite_thumb":"https:\/\/staging.heliossolutions.co\/blog\/wp-content\/uploads\/2016\/08\/WordPress-File-Directory-Structure-150x170.jpg","alt_text":"WordPress Development Expert","_links":{"self":[{"href":"https:\/\/staging.heliossolutions.co\/blog\/wp-json\/wp\/v2\/posts\/3710","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.heliossolutions.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/staging.heliossolutions.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/staging.heliossolutions.co\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.heliossolutions.co\/blog\/wp-json\/wp\/v2\/comments?post=3710"}],"version-history":[{"count":0,"href":"https:\/\/staging.heliossolutions.co\/blog\/wp-json\/wp\/v2\/posts\/3710\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/staging.heliossolutions.co\/blog\/wp-json\/wp\/v2\/media\/3711"}],"wp:attachment":[{"href":"https:\/\/staging.heliossolutions.co\/blog\/wp-json\/wp\/v2\/media?parent=3710"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/staging.heliossolutions.co\/blog\/wp-json\/wp\/v2\/categories?post=3710"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/staging.heliossolutions.co\/blog\/wp-json\/wp\/v2\/tags?post=3710"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}