{"id":6693,"date":"2019-10-19T05:56:15","date_gmt":"2019-10-19T05:56:15","guid":{"rendered":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/?p=6693"},"modified":"2020-01-10T07:31:49","modified_gmt":"2020-01-10T07:31:49","slug":"delete-your-wordpress-theme-in-3-successful-ways","status":"publish","type":"post","link":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/","title":{"rendered":"Delete Your WordPress Theme in 3 Successful Ways"},"content":{"rendered":"<div class=\"skrlto-container\">\n<div class=\"skrlto-header-title\">Table of Contents<\/div>\n<div class=\"skrlto-links-wrapper\">\n<div class=\"skroll-button\" data-skrolllto=\"1DelWPTheme\">Scenarios in which You Might Want to Delete the Theme<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"2DelWPTheme\">Reasons to Delete Unused WordPress Themes<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"3DelWPTheme\">Deleting and Uninstalling a Theme &#8211; What&#8217;s the Difference?<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"4DelWPTheme\">When You Shouldn\u2019t Delete a WordPress Theme?<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"5DelWPTheme\">What Should You Do Before You Delete a WordPress Theme?<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"6DelWPTheme\">How to Delete a WordPress Theme?<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"7DelWPTheme\">1. Steps to Delete a WordPress Theme via the WordPress Dashboard<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"8DelWPTheme\">2. Deleting a WordPress Theme via FTP\/SFTP<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"9DelWPTheme\">3. Deleting a Theme via WP-CLI<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"10DelWPTheme\">Testing Your Site After Deleting a Theme<\/div>\n<div class=\"skroll-button\" data-skrolllto=\"11DelWPTheme\">Deleting Theme-related Content<\/div>\n<\/p><\/div>\n<\/div>\n<p>You might be changing your WordPress theme often. While doing this, do you delete the old WordPress them? If no start deleting after you are sure that you won\u2019t switch back to it.<\/p>\n<p>It is a good practice to remove themes or plugins that you aren\u2019t using from your site as this will improve your site\u2019s security and could also improve its performance. In this guide, you will learn about the methods for deleting a WordPress theme in a safe and proper way.<\/p>\n<h3 id=\"1DelWPTheme\">Scenarios in which You Might Want to Delete the Theme<\/h3>\n<p>Below are a few scenarios in which you might want to delete a WordPress theme:<\/p>\n<ul>\n<li>When you install a new WordPress theme and want to get rid of the old one.<\/li>\n<li>A theme is installed for testing but later decided it isn\u2019t a good fit.<\/li>\n<li>You are not using the default theme and want to remove it from the WordPress installation.<\/li>\n<\/ul>\n<p>May it be any scenario; the way in which you delete the theme is same.<\/p>\n<h3 id=\"2DelWPTheme\">Reasons to Delete Unused WordPress Themes<\/h3>\n<p>You might not think of deleting the unused theme as it\u2019s not harming your site or you may want to use it in future.<\/p>\n<p>Remember it is always good to remove any code that isn\u2019t used from your WordPress installation and this is applicable to plugins and themes.<\/p>\n<p>Check below the reasons to delete themes and plugins that aren\u2019t being used:<\/p>\n<ul>\n<li><strong>Security:<\/strong> The number of themes installed increases the opportunities for a hacker to infiltrate your site.<\/li>\n<li><strong>Updates:<\/strong> There isn\u2019t the need to keep a theme you\u2019ve deleted up to date. You will be excited to skip the updates for an inactive theme on your site, but for security reasons, it\u2019s important to update inactive themes and plugins similar to the active ones.<\/li>\n<li><strong>Performance:<\/strong> The admin dashboard, the backend of your WordPress site, is the main area that can get affected due to inactive themes. This is because of out dated inactive themes. When you update the themes in WordPress, it will query every theme installed, active or inactive, to check if there is an update. Though it seems nominal, checking for updates for more than 10 inactive themes adds up to more wok. In most cases, the frontend of your WordPress site, is served from cache and won\u2019t be impacted by inactive themes.<\/li>\n<li><strong>Space:<\/strong> Every file that isn\u2019t used takes up valuable space on your hosting plan. This can affect your website performance or could end up burning your pockets for a more expensive plan.<\/li>\n<li><strong>Database Performance:<\/strong> In case a theme is inactive and it has added data to the database when it was active, that data remains stored in the database if you want to activate it again. If you delete the theme, the data will be removed.<\/li>\n<\/ul>\n<h3 id=\"3DelWPTheme\">Deleting and Uninstalling a Theme &#8211; What&#8217;s the Difference?<\/h3>\n<p>Uninstalling and deleting a theme seems to be similar when it comes to the theoretical part. Practically in both cases, the code files will get deleted from the server when the theme. There are some cases, when a theme is just uninstalled, some of the related content remains as is. You will learn this later in this guide.<\/p>\n<p>You should also understand the difference between deleting or uninstalling a theme vs deactivating it.<\/p>\n<p>It\u2019s simple that a theme gets deactivated automatically, if you activate another theme. But in case of plugins, you have to manually deactivate any plugin that you want to stop running. The reason is that only one theme can stay active on a site.<\/p>\n<p>So, when the current theme is deactivated by activating a new theme, the new theme becomes active but the old theme remains as is in the system. The settings you configured are stored in the database in case you want to activate the theme later (which saves your rework). The widgets that you added to widget areas in your inactive theme remain saved but get moved to the <strong>Inactive Widgets<\/strong> section of the <strong>Widgets<\/strong> screen. The menus that you added to the theme are stored but you need to specify the area in the new theme to place them.<\/p>\n<p>For permanent removal of a theme and all its settings, you need to delete it. To know how to delete a theme, keep reading on!<\/p>\n<h3 id=\"4DelWPTheme\">When You Shouldn\u2019t Delete a WordPress Theme?<\/h3>\n<p>Sometimes there are situations when a theme isn\u2019t active on your site but you still mustn\u2019t delete it. These are:<\/p>\n<ul>\n<li>If it is a parent theme for the currently active theme.<\/li>\n<li>Your site is based on a Multisite network and the theme is active on another site in the network.<\/li>\n<li>You want the theme for testing or for reactivation after testing the current theme.<\/li>\n<\/ul>\n<p><strong>Parent Themes<\/strong><\/p>\n<p>When a theme is used as a parent theme, it won\u2019t be active on your site. But the child theme won\u2019t work without it.<\/p>\n<p>You will know if the active theme is a child theme in the <strong>Themes<\/strong> screen as below:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-8478\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/child-theme-4-1-compressor-1024x561.jpg\" alt=\"\" width=\"1024\" height=\"561\" \/><\/p>\n<p>Prior to deleting an inactive theme on your site, check the active theme: is it using a parent theme? If it is, don\u2019t delete that theme!<\/p>\n<p><strong>WordPress Multisite<\/strong><\/p>\n<p>In case your site is a part of <strong>WordPress Multisite<\/strong> network and you just have the administrator privileges for the site, you won\u2019t be able to delete or install themes. The reason is that only the user who can manage themes is the network administrator.<\/p>\n<p>It is possible to check if your site is part of network by viewing the admin bar at the top. If you see <strong>My Sites<\/strong>, then this is a network instead of a standalone site:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-8480\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/my-sites-1024x212.png\" alt=\"\" width=\"1024\" height=\"212\" \/><\/p>\n<p>In <strong>WordPress Multisite<\/strong>, you aren\u2019t permitted to install or delete themes. But you can activate themes that are installed on the network by the network admin.<\/p>\n<p>In case, you are a network admin and have deactivated a theme on one of your own sites in the network, make sure that you delete a theme that you aren\u2019t using at all. Another use might have activated that theme on his site.<\/p>\n<p>This doesn\u2019t mean it isn\u2019t worth to clean up your themes (and plugins) on time and remove those that aren\u2019t being used on the network. Installing the <strong>Multisite Enhancements<\/strong> plugin and network activating it, helps to check which themes are being used across your network. This will add a column to the <strong>Themes and Plugins<\/strong> screens in the network admin, indicating which themes and plugins are active on different sites in your network.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-8481\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/Multisite-Enhancements-2-compressor-1024x502.jpg\" alt=\"\" width=\"1024\" height=\"502\" \/><\/p>\n<p><strong>Testing Themes<\/strong><\/p>\n<p>You might have installed a theme for testing purposes. For testing a new theme on your site, you can use a staging site. But if it\u2019s not possible, you can install the theme for testing purposes.<\/p>\n<p>If you are one of the team members and want to delete a theme, check with your colleagues first. In case you are testing a theme and you might need to reactivate it in future, don\u2019t delete it.<\/p>\n<h3 id=\"5DelWPTheme\">What Should You Do Before You Delete a WordPress Theme?<\/h3>\n<p>Until now, you might have checked the theme isn\u2019t being used; it isn\u2019t a parent theme and won\u2019t be needed to reactivate in future. Finally, you want to delete it.<\/p>\n<p>Prior to moving further and deleting it, hang around. Now, you should do one or both the things: test the site by deleting the theme on your staging site and take the backup. If you are on Multitsite, you can use the Multisite backup plugins.<\/p>\n<p><strong>Staging Sites<\/strong><\/p>\n<p>A staging site is actually a mirror of your live site on the same server. With staging, you can easily make a copy of your site and then use that for testing.<\/p>\n<p>In case, you don\u2019t get an access to your staging site, it is better to delete the theme on that site first so that you get assured that there won\u2019t be any issues. If the deleted theme turns out to be the parent theme for the active theme, you will criticize yourself but if it\u2019s not, you will be relieved.<\/p>\n<p><strong>Backing Up<\/strong><\/p>\n<p>Prior to deleting anything from your site, ensure that you take a backup first, similar to when you would before running an update.<\/p>\n<p>MilesWeb\u2019s automatic website backup feature (paid) helps you to quickly take a backup prior to deleting that theme and then restore it instantly when required.<\/p>\n<p>Don\u2019t ever skip this step.<\/p>\n<h2 id=\"6DelWPTheme\">How to Delete a WordPress Theme?<\/h2>\n<p>After checking that you can safely delete your theme and you\u2019ve taken a backup, it\u2019s time to delete that theme.<\/p>\n<p>You can delete the theme in the below three ways:<\/p>\n<ol>\n<li>Via the WordPress dashboard<\/li>\n<li>Using FTP\/SFTP<\/li>\n<li>Using WP-CLI<\/li>\n<\/ol>\n<p><strong>Let\u2019s check each of these in turn.<\/strong><\/p>\n<h3 id=\"7DelWPTheme\">1. Steps to Delete a WordPress Theme via the WordPress Dashboard<\/h3>\n<p>It is very easy to delete a theme via the WordPress dashboard. This way is recommended, if you have an access to the admin screens.<\/p>\n<p>In your WordPress site, navigate to <strong>Appearance &gt; Themes<\/strong>. Here, you will see all of your installed themes displayed with the active one first in the list.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-8483\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/themes-page-2-compressor-1024x488.jpg\" alt=\"\" width=\"1024\" height=\"488\" \/><\/p>\n<p>From the list, click on the theme that you want to delete for checking its details.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-8482\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/delete-theme-compressor-1024x491.png\" alt=\"\" width=\"1024\" height=\"491\" \/><\/p>\n<p>You will see the <strong>Delete<\/strong> link in the lower right-hand corner. Click on it and WordPress will ask if you really want to delete the theme. Click the <strong>OK<\/strong> button in the popup and the theme will be deleted.<\/p>\n<h3 id=\"8DelWPTheme\">2. Deleting a WordPress Theme via FTP\/SFTP<\/h3>\n<p>In case you aren\u2019t allowed to access the WordPress dashboard, but have an access to the site via FTP\/SFTP, it is possible to delete the folder that contains the theme.<\/p>\n<p>This can be done via your FTP client. Open your <strong>FTP<\/strong> client and go to the<strong> wp-content\/themes<\/strong> directory on your site.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-8484\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/ftp-themes-1-compressor-1024x118.jpg\" alt=\"\" width=\"1024\" height=\"118\" \/><\/p>\n<p>This directory comprises of list of all the installed themes. You can\u2019t detect which one is active and so this can be the riskiest method of deleting a theme and hence, you should take a backup first. But if the theme itself is broken and isn\u2019t letting you access the admin screens, this may be your only option.<\/p>\n<p>Go to the folder containing the theme you want to delete and right-click on it to access a shortcut menu (most FTP clients will allow you do this but yours might be a somewhat different).<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-8485\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/ftp-delete-theme-compressor.png\" alt=\"\" width=\"637\" height=\"486\" \/><\/p>\n<p>Click on <strong>Delete<\/strong> in the shortcut menu. You will be asked for the confirmation to delete the folder by the FTP client.<\/p>\n<p>Select <strong>Yes<\/strong> or <strong>OK<\/strong>. The theme will then be deleted.<\/p>\n<h3 id=\"9DelWPTheme\">3. Deleting a Theme via WP-CLI<\/h3>\n<p>Deleting a theme via WP-CLI is the third and quickest option to use if you know how to manage your site via the command line. In case you haven\u2019t used WP-CLI before, this is probably not the best time to start, because if there\u2019s a mistake, you might delete the wrong files.<\/p>\n<p>At first, access your site via the command line using WP-CLI.<\/p>\n<p>To check a list of all of your installed themes, run the below code:<\/p>\n<pre class=\"lang:default decode:true \">$ wp theme list<\/pre>\n<p>After this, you will be given a list of all of your installed themes. For more detailed information, you can request a list of inactive themes by using the below code:<\/p>\n<pre class=\"lang:default decode:true \">$ wp theme list --status=inactive<\/pre>\n<p>With this, a list of all the inactive themes will get displayed so you know which ones are safe to delete (except one is a child theme or active on another site in a Multisite network).<\/p>\n<p>To delete the theme, run the below code:<\/p>\n<pre class=\"lang:default decode:true \">$ wp theme delete twentyseventeen<\/pre>\n<p><strong>Note:<\/strong> The final parameter is the name of the theme\u2019s folder and not the name of the theme as you see it in the admin screens.<\/p>\n<p>Then a message will get displayed telling you the theme has been deleted:<\/p>\n<pre class=\"lang:default decode:true \">Deleted 'twentytwelve' theme.\r\n\r\nSuccess: Deleted 1 of 1 themes.<\/pre>\n<p>If you can use WP-CLI, this is the fastest way to delete a theme, but there are some risks with it. You don\u2019t have the information about the theme which you get in the admin screens, you can easily delete the wrong theme. So stay alert and test on your staging site first and remember to take a backup.<\/p>\n<h3 id=\"10DelWPTheme\">Testing Your Site After Deleting a Theme<\/h3>\n<p>After deleting your WordPress theme, don\u2019t miss to test your site. Clear the cache first and browse the site. Check that everything\u2019s working properly.<\/p>\n<p>In case you accidentally deleted the parent theme of the active theme, some or maybe all of the CSS will be missing, means your site will look unstyled. In case you accidentally deleted the active theme, WordPress will have found another theme to use instead (it will assume that you have another one installed).<\/p>\n<p>After accidentally deleting a theme, reinstall it. This is possible via the <strong>Themes<\/strong> screen if you originally got the theme from the theme directory or by uploading the theme again from the backup that you took prior to deleting the theme.<\/p>\n<h3 id=\"11DelWPTheme\">Deleting Theme-related Content<\/h3>\n<p>After deleting the theme, you may find that there is still content on your site that\u2019s related to the theme you deleted.<\/p>\n<p>It might include:<\/p>\n<ul>\n<li>Widgets<\/li>\n<li>Menus<\/li>\n<li>Dummy content such as posts, pages, or posts of a custom post type if the theme registered one<\/li>\n<li>Images<\/li>\n<\/ul>\n<p>For cleaning your site and helping it perform, it is better to either delete this content or reassign it so it works in your new theme.<\/p>\n<p><strong>Widgets<\/strong><\/p>\n<p>Widgets work only after adding them to widget areas. If there were widgets in a theme that you deactivated, those will present in the <strong>Inactive Widgets<\/strong> area of the <strong>Widgets<\/strong> screen.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-8486\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/inactive-widgets-4-compressor-1024x635.jpg\" alt=\"\" width=\"1024\" height=\"635\" \/><\/p>\n<p>To include those widgets in your new theme, drag them to the widget areas. You can delete them, if you aren\u2019t going to need them. Those can be deleted individually or you can just click the<strong> Clear inactive widgets<\/strong> button to remove them all.<\/p>\n<p><strong>Menus<\/strong><\/p>\n<p>In all themes, you will get at least one location to place a menu, generally in or right below the header. Some themes have extra menu locations in the footer or sidebar areas.<\/p>\n<p>After activating a new theme, the menu you created for your old theme will still be available but you\u2019ll have to inform WordPress which menu location you want for each menu.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-8487\" src=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/navigation-menu-location-3-compressor-1024x644.jpg\" alt=\"\" width=\"1024\" height=\"644\" \/><\/p>\n<p>In case you were using multiple locations for your menu in your previous theme and your new theme doesn\u2019t have multiple navigation locations, the <strong>Custom Menu<\/strong> widget can be used to add any menus to a widget area in your footer or sidebar.<\/p>\n<p><strong>Dummy Content<\/strong><\/p>\n<p>In case, you uploaded or imported dummy content to test your theme, you\u2019ll need to remove that from your site.<\/p>\n<p>You can remove any posts and pages that were added after you delete the theme, from the <strong>Posts<\/strong> and <strong>Pages<\/strong> screens in the WordPress admin. Or you can keep them as they are for using in the new theme.<\/p>\n<p>If your previous theme has registered a custom post type (which isn\u2019t good: this should be done using a plugin), then you will need to delete any posts of that custom post type except if your new theme also registers the same custom post type or (better)a plugin is added for doing it.<\/p>\n<p>Any posts of a custom post type need to be deleted prior to deleting the old theme as you won\u2019t be able to view them after the code registering the custom post type is deleted.<\/p>\n<p><strong>Images<\/strong><\/p>\n<p>The image settings vary for different themes. Some use more featured images than others and some have extra media sizes to adjust with the theme\u2019s layout.<\/p>\n<p>You also might have uploaded images for using in a slider or carousel that was included with the theme.<\/p>\n<p>When you delete your theme, it\u2019s a good idea to clean up your images. This can be done in two ways:<\/p>\n<ul>\n<li>Resize images to adjust with the new theme settings.<\/li>\n<li>Remove unused images.<\/li>\n<\/ul>\n<p>For resizing images, install the <strong>Regenerate Thumbnails<\/strong> plugin.<\/p>\n<p>After installing and activating it, go to<strong> Tools &gt; Regenerate Thumbnails<\/strong>.<\/p>\n<p>On this screen, click the <strong>Regenerate Thumbnails for All X Attachments<\/strong> button, where <strong>X<\/strong> indicates the number of images present on your site.<\/p>\n<p>The plugin will regenerate your images and create new ones of any custom sizes registered by your theme. You will also be asked if you want to delete any images in sizes that aren\u2019t used since long time. Select this option.<\/p>\n<p>In case you uploaded images for a slider or some other feature of the previous theme, the <strong>Regenerate Images<\/strong> plugin will remove the images in sizes that are aren\u2019t needed by the new theme but would keep the original uploaded image files.<\/p>\n<p>In the WordPress admin, go to <strong>Media Library<\/strong> and identify any images that you don\u2019t need before deleting them permanently. An alternate solution is to do this prior to deactivating the old theme, from the admin screen for any slider or carousel that the theme included. The exact process of doing this will depend on the configuration of theme settings.<\/p>\n<h3>Bottom Line<\/h3>\n<p>To delete a WordPress theme isn\u2019t just as simple as going to the <strong>Themes<\/strong> screen and clicking <strong>Delete<\/strong>.<\/p>\n<p>It is important to ensure that you delete a theme safely and carefully. Take the extra steps such as taking a backup, dealing with any content from the old theme and testing on your staging site first as it will help your site to run smoothly with your new theme. Just follow the above steps so that you can make it work easily.<\/p>\n<p><strong>Also Read:<\/strong><br \/>\n<a href=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/how-to-install-wordpress-theme\/\" target=\"_blank\" rel=\"noopener\"><strong>How To Install WordPress Theme?<\/strong><\/a><br \/>\n<a href=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wordpress-theme-not-showing\/\" target=\"_blank\" rel=\"noopener\"><strong>Why My WordPress Theme Is Not Showing?<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Table of Contents Scenarios in which You Might Want to Delete the Theme Reasons to Delete Unused WordPress Themes Deleting and Uninstalling a Theme &#8211; What&#8217;s the Difference? When You Shouldn\u2019t Delete a WordPress Theme? What Should You Do Before You Delete a WordPress Theme? How to Delete a WordPress Theme? 1. Steps to Delete [&hellip;]<\/p>\n","protected":false},"author":16,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[1056,78,1055],"class_list":["post-6693","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-wordpress-faq","tag-delete-wordpress-themes","tag-wordpress-2","tag-wordpress-themes"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Delete Your WordPress Theme in 3 Successful Ways<\/title>\n<meta name=\"description\" content=\"Don&#039;t know how to delete your WordPress theme? The article describes the 3 successful ways about deleting your WordPress theme.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Delete Your WordPress Theme in 3 Successful Ways\" \/>\n<meta property=\"og:description\" content=\"Don&#039;t know how to delete your WordPress theme? The article describes the 3 successful ways about deleting your WordPress theme.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-19T05:56:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-10T07:31:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/child-theme-4-1-compressor-1024x561.jpg\" \/>\n<meta name=\"author\" content=\"Pallavi Godse\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pallavi Godse\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"15 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/\",\"name\":\"Delete Your WordPress Theme in 3 Successful Ways\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/child-theme-4-1-compressor-1024x561.jpg\",\"datePublished\":\"2019-10-19T05:56:15+00:00\",\"dateModified\":\"2020-01-10T07:31:49+00:00\",\"author\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945\"},\"description\":\"Don't know how to delete your WordPress theme? The article describes the 3 successful ways about deleting your WordPress theme.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/#primaryimage\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2020\/09\/Screenshot-77-1.png\",\"contentUrl\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2020\/09\/Screenshot-77-1.png\",\"width\":1366,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Delete Your WordPress Theme in 3 Successful Ways\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945\",\"name\":\"Pallavi Godse\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/eefc9695ea2b2c6e143c9c9919701aaa?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/eefc9695ea2b2c6e143c9c9919701aaa?s=96&d=blank&r=g\",\"caption\":\"Pallavi Godse\"},\"description\":\"Pallavi is a Digital Marketing Executive at MilesWeb and has an experience of over 4 years in content development. She is interested in writing engaging content on business, technology, web hosting and other topics related to information technology.\",\"url\":\"https:\/\/www.milesweb.co.uk\/hosting-faqs\/author\/pallavi\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Delete Your WordPress Theme in 3 Successful Ways","description":"Don't know how to delete your WordPress theme? The article describes the 3 successful ways about deleting your WordPress theme.","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:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/","og_locale":"en_GB","og_type":"article","og_title":"Delete Your WordPress Theme in 3 Successful Ways","og_description":"Don't know how to delete your WordPress theme? The article describes the 3 successful ways about deleting your WordPress theme.","og_url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2019-10-19T05:56:15+00:00","article_modified_time":"2020-01-10T07:31:49+00:00","og_image":[{"url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/child-theme-4-1-compressor-1024x561.jpg","type":"","width":"","height":""}],"author":"Pallavi Godse","twitter_misc":{"Written by":"Pallavi Godse","Estimated reading time":"15 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/","name":"Delete Your WordPress Theme in 3 Successful Ways","isPartOf":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/#primaryimage"},"image":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/#primaryimage"},"thumbnailUrl":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2019\/10\/child-theme-4-1-compressor-1024x561.jpg","datePublished":"2019-10-19T05:56:15+00:00","dateModified":"2020-01-10T07:31:49+00:00","author":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945"},"description":"Don't know how to delete your WordPress theme? The article describes the 3 successful ways about deleting your WordPress theme.","breadcrumb":{"@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/#primaryimage","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2020\/09\/Screenshot-77-1.png","contentUrl":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-content\/uploads\/2020\/09\/Screenshot-77-1.png","width":1366,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/delete-your-wordpress-theme-in-3-successful-ways\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"Delete Your WordPress Theme in 3 Successful Ways"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/7e3952607fa9eb4e82fea9f7cad9c945","name":"Pallavi Godse","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/eefc9695ea2b2c6e143c9c9919701aaa?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/eefc9695ea2b2c6e143c9c9919701aaa?s=96&d=blank&r=g","caption":"Pallavi Godse"},"description":"Pallavi is a Digital Marketing Executive at MilesWeb and has an experience of over 4 years in content development. She is interested in writing engaging content on business, technology, web hosting and other topics related to information technology.","url":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/author\/pallavi\/"}]}},"views":513,"_links":{"self":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts\/6693","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=6693"}],"version-history":[{"count":3,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts\/6693\/revisions"}],"predecessor-version":[{"id":7037,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/posts\/6693\/revisions\/7037"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=6693"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=6693"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.co.uk\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=6693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}