{"id":6538,"date":"2021-04-08T11:28:45","date_gmt":"2021-04-08T11:28:45","guid":{"rendered":"https:\/\/readyship.co\/blog\/?p=6538"},"modified":"2021-04-08T11:28:47","modified_gmt":"2021-04-08T11:28:47","slug":"install-wordpress-theme","status":"publish","type":"post","link":"https:\/\/readyship.co\/blog\/install-wordpress-theme\/","title":{"rendered":"4 Ways to Install a WordPress Theme (Automatically &#038; Manually)"},"content":{"rendered":"\n<p>WordPress doesn&#8217;t work without a theme installed and activated, even if you want to completely build your site using a page builder, such as Elementor with its <a href=\"https:\/\/elementor.com\/help\/elementors-theme-builder\/\">Theme Builder<\/a> feature. <\/p>\n\n\n\n<p>Installing a theme in WordPress is basically the same as <a href=\"https:\/\/readyship.co\/blog\/install-plugin-wordpress\/\">installing a plugin<\/a>. You just need to perform the actions in different sections of your site.<\/p>\n\n\n\n<p>Before proceeding to the installation part, I&#8217;ll write a bit about two important things:<\/p>\n\n\n\n<ol><li>Choosing the right WordPress theme;<\/li><li>Using a child theme.<\/li><\/ol>\n\n\n\n<p>Let&#8217;s begin!<\/p>\n\n\n\n<div class=\"wp-block-group rs-toc\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Contents<\/strong><\/p>\n\n\n\n<ol><li><a href=\"#choosing-theme\">Choosing the Right WordPress Theme<\/a><\/li><li><a href=\"#child-theme\">Using a Child Theme<\/a><\/li><li><a href=\"#install-dashboard\">How to Install a WordPress Theme from Your Dashboard<\/a><\/li><li><a href=\"#upload-dashboard\">How to Upload a WordPress Theme from Your Dashboard<\/a><\/li><li><a href=\"#install-cpanel\">How to Manually Install a WordPress Theme in cPanel<\/a><\/li><li><a href=\"#install-ftp\">How to Manually Install a WordPress Theme via FTP<\/a><\/li><\/ol>\n<\/div><\/div>\n\n\n\n<h2 id=\"choosing-theme\">Choosing the Right WordPress Theme<\/h2>\n\n\n\n<p>After the web host, choosing the right WordPress theme is another vital part of your site&#8217;s performance and loading time.<\/p>\n\n\n\n<p>Even though there are a gazillion WordPress themes out there, very few are well optimized. So, you need to be really careful with that. Depending on what theme you use, changing it later can be a nightmare.<\/p>\n\n\n\n<p>I recommend choosing a premium theme over a free one because:<\/p>\n\n\n\n<ul><li>You&#8217;ll get support or better support;<\/li><li>Issues will be fixed faster;<\/li><li>Updates will be more frequent to improve compatibility or performance;<\/li><li>You&#8217;ll get more features;<\/li><li>It can offer better support for main plugins, such as WooCommerce, <a href=\"https:\/\/readyship.co\/blog\/add-contact-form-wordpress\/\">WPForms<\/a>, etc.<\/li><\/ul>\n\n\n\n<p>Nonetheless, there are some very good <a href=\"https:\/\/wordpress.org\/themes\/\">free themes in the WordPress repository<\/a>, such as <a href=\"https:\/\/wordpress.org\/themes\/generatepress\/\">GeneratePress<\/a> or <a href=\"https:\/\/wordpress.org\/themes\/astra\/\">Astra<\/a>.<\/p>\n\n\n\n<p>To make things easier for you, I&#8217;ve written detailed guides on <a href=\"https:\/\/readyship.co\/blog\/choose-wordpress-theme\/\">how to choose the right WordPress theme<\/a> and <a href=\"https:\/\/readyship.co\/blog\/find-wordpress-themes\/\">places where you can find WordPress themes<\/a>. They should help you make a good decision.<\/p>\n\n\n\n<p>If you don&#8217;t want to read yet another long WordPress guide, then I&#8217;ll make it even easier for you. I recommend using <a href=\"https:\/\/generatepress.com\/\">GeneratePress<\/a> or <a href=\"https:\/\/my.studiopress.com\/themes\/\">Genesis themes from StudioPress<\/a>, depending on your need. You can&#8217;t go wrong with them when it comes to performance and optimization.<\/p>\n\n\n\n<p>If you choose GeneratePress, you can pair it with <a href=\"https:\/\/generateblocks.com\/\">GenerateBlocks<\/a> to build your landing pages, in case you want a more marketing-ish site with a more fancy design. It&#8217;s a light and optimized page builder based on the WordPress editor&#8217;s block system.<\/p>\n\n\n\n<div class=\"wp-block-group rs-cta has-background\" style=\"background-color:#fafaff\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-large-font-size\">Looking to Buy or Sell WordPress Sites?<\/p>\n\n\n\n<p>At ReadyShip, we offer an all-in-one WordPress solution for those looking to start a blog or site, as well as the opportunity for WordPress developers or professionals to sell their products!<\/p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/products\">Browse Sites<\/a><\/div>\n\n\n\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/blog\/start-selling\/\">Start Selling<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<h2 id=\"child-theme\">Using a Child Theme<\/h2>\n\n\n\n<p>A <a href=\"https:\/\/developer.wordpress.org\/themes\/advanced-topics\/child-themes\/\">child theme<\/a> is installed <strong>along<\/strong> with the parent (main) WordPress theme, and it&#8217;s the one that&#8217;s going to be <strong>activated<\/strong> instead of the parent theme. <\/p>\n\n\n\n<p>The child theme inherits everything from the parent theme, but doesn&#8217;t get its files replaced after a theme update. So, it allows you to make design or functionality changes to your WordPress theme that won&#8217;t go away with the next update.<\/p>\n\n\n\n<p>Back in the day, having a child theme was pretty mandatory if you needed to add design or functionality changes to your WordPress theme. <\/p>\n\n\n\n<p>Nowadays, it&#8217;s kind of optional because WordPress lets you <a href=\"https:\/\/readyship.co\/blog\/add-custom-css-wordpress\/\">add custom CSS code<\/a> directly in the Customizer, which is accessed from <strong>Appearance<\/strong> &gt; <strong>Customize<\/strong>. And there are plugins, such as <a href=\"https:\/\/wordpress.org\/plugins\/code-snippets\/\">Code Snippets<\/a>, which let you add functionalities with PHP.<\/p>\n\n\n\n<p>CSS and PHP are web development languages. CSS handles design, PHP handles functionalities. Most of you don&#8217;t know anything about them, but you don&#8217;t need to unless you want to make some changes to your WordPress site that aren&#8217;t possible via theme settings or plugins. <\/p>\n\n\n\n<p>Now, I still use and recommend a child theme because:<\/p>\n\n\n\n<ul><li>The fewer plugins you have, the better;<\/li><li>If you perform a lot of changes to your theme, it&#8217;s better to place them in the child theme, especially if it&#8217;s CSS code because the Customizer adds it as internal CSS, directly into the source code of your page. Usually, CSS should be external, put into one or more separate files.<\/li><\/ul>\n\n\n\n<p>Even though possible and mentioned in a lot of tutorials, you shouldn&#8217;t use the child theme to add design and functionality changes that are not related to the WordPress theme. That&#8217;s because if you want to switch the theme in the future, all those changes will be gone.<\/p>\n\n\n\n<div class=\"wp-block-group rs-info\"><div class=\"wp-block-group__inner-container\">\n<p>Usually, the names of the child theme&#8217;s <code>.zip<\/code> file and installation folder have the <code>-child<\/code> suffix in them, like this: <code>ThemeName-child<\/code>. <\/p>\n\n\n\n<p>There are some themes, such as those from StudioPress, that are child themes from the start, based on a parent theme\/framework. So, they won&#8217;t work without their parent theme. This type of child themes usually don&#8217;t have nor need the <code>-child<\/code> suffix added to them.<\/p>\n<\/div><\/div>\n\n\n\n<h2 id=\"install-dashboard\">1. How to Install a WordPress Theme from Your Dashboard<\/h2>\n\n\n\n<p>All the <a href=\"https:\/\/wordpress.org\/themes\/\">free WordPress themes from the repository<\/a> are found inside your WordPress admin dashboard. So, if you want to install a free WordPress theme, here&#8217;s what you need to do.<\/p>\n\n\n\n<h3>Step 1<\/h3>\n\n\n\n<p>Go to <strong>Appearance<\/strong> &gt; <strong>Themes<\/strong> and click on the <strong>Add New<\/strong> button at the top.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"840\" height=\"365\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/add-new-theme.png\" alt=\"add new wordpress theme from dashboard\" class=\"wp-image-6568\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/add-new-theme.png 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/add-new-theme-300x130.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/add-new-theme-768x334.png 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 2<\/h3>\n\n\n\n<p>Find a WordPress theme by using the filters or adding its name in the search field.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"814\" height=\"455\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/search-wordpress-theme-dashboard.jpg\" alt=\"\" class=\"wp-image-6569\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/search-wordpress-theme-dashboard.jpg 814w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/search-wordpress-theme-dashboard-300x168.jpg 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/search-wordpress-theme-dashboard-768x429.jpg 768w\" sizes=\"(max-width: 814px) 100vw, 814px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 3<\/h3>\n\n\n\n<p>Once you found the WordPress theme that you like, hover your mouse cursor over it and click on the <strong>Install<\/strong> button.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"839\" height=\"391\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/install-wordpress-theme-dashboard.png\" alt=\"automatically install free theme in wordpress\" class=\"wp-image-6570\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/install-wordpress-theme-dashboard.png 839w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/install-wordpress-theme-dashboard-300x140.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/install-wordpress-theme-dashboard-768x358.png 768w\" sizes=\"(max-width: 839px) 100vw, 839px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 4 <\/h3>\n\n\n\n<p>If you&#8217;re <span style=\"text-decoration: underline;\">not<\/span> using a child theme for it, then you need to activate the WordPress theme that you have installed.<\/p>\n\n\n\n<p>Go to <strong>Appearance<\/strong> &gt; <strong>Themes<\/strong> again, hover your mouse cursor over it, and click on the <strong>Activate<\/strong> button.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"827\" height=\"373\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme.png\" alt=\"activate wordpress theme\" class=\"wp-image-6573\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme.png 827w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme-300x135.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme-768x346.png 768w\" sizes=\"(max-width: 827px) 100vw, 827px\" \/><\/figure><\/div>\n\n\n\n<p>If you&#8217;re using a child theme for it, then <span style=\"text-decoration: underline;\">don&#8217;t activate it<\/span>. You&#8217;ll need to upload the child theme and activate that one. You&#8217;ll see how to upload a WordPress theme in the next sections.<\/p>\n\n\n\n<h2 id=\"upload-dashboard\">2. How to Upload a WordPress Theme from Your Dashboard<\/h2>\n\n\n\n<p>Uploading a WordPress theme is straightforward as well. This option is usually used when buying a premium WordPress theme, which you&#8217;ll not find in the WordPress repository.<\/p>\n\n\n\n<h3>Step 1<\/h3>\n\n\n\n<p>Download your WordPress theme from wherever you bought it\/found it. It has to be in a <code>.zip<\/code> file.<\/p>\n\n\n\n<p class=\"rs-info\">Some developers offer an archive with everything in it: documentation, installation file, child theme, etc. So, you might need to unzip that file to get to the installation file.<\/p>\n\n\n\n<h3>Step 2<\/h3>\n\n\n\n<p>Go to <strong>Appearance<\/strong> &gt; <strong>Themes<\/strong> and click on the <strong>Add New<\/strong> button at the top.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"840\" height=\"365\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/add-new-theme-1.png\" alt=\"add new wordpress theme from dashboard\" class=\"wp-image-6578\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/add-new-theme-1.png 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/add-new-theme-1-300x130.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/add-new-theme-1-768x334.png 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 3<\/h3>\n\n\n\n<ul><li>Click on the <strong>Upload<\/strong> button at the top;<\/li><li>Click on the <strong>Choose File<\/strong> button and select the installation file from your computer;<\/li><li>Click on the <strong>Install Now<\/strong> button.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"824\" height=\"293\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/choose-wordpress-theme.png\" alt=\"upload theme in wordpress\" class=\"wp-image-6579\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/choose-wordpress-theme.png 824w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/choose-wordpress-theme-300x107.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/choose-wordpress-theme-768x273.png 768w\" sizes=\"(max-width: 824px) 100vw, 824px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 4<\/h3>\n\n\n\n<p>If you <span style=\"text-decoration: underline;\">don&#8217;t<\/span> use a child theme, then click on the <strong>Activate<\/strong> link after the WordPress theme has been installed successfully.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"789\" height=\"271\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-theme-wordpress.png\" alt=\"activate theme in wordpress\" class=\"wp-image-6582\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-theme-wordpress.png 789w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-theme-wordpress-300x103.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-theme-wordpress-768x264.png 768w\" sizes=\"(max-width: 789px) 100vw, 789px\" \/><\/figure><\/div>\n\n\n\n<p>If you want to use a child theme, then you&#8217;ll need to upload it, too, as seen in steps 2 and 3. After it&#8217;s installed, activate it as seen in this step. <\/p>\n\n\n\n<div class=\"wp-block-group rs-cta has-background\" style=\"background-color:#fafaff\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-large-font-size\"><strong>Looking for an All-in-One WordPress Solution?<\/strong><\/p>\n\n\n\n<p>ReadyShip offers you ready-made WordPress sites and blogs, plus high-quality managed AWS hosting with free SSL and CDN, at <strong>no initial cost!<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/products\">Visit Marketplace<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<h2 id=\"install-cpanel\">3. How to Manually Install a WordPress Theme in cPanel<\/h2>\n\n\n\n<p>A lot of WordPress users are on Shared hosting plans. And virtually all Shared hosting plans use cPanel, which is the most popular control panel for servers.<\/p>\n\n\n\n<p>You can install a WordPress theme using cPanel if the default options don&#8217;t work for some reason.<\/p>\n\n\n\n<p class=\"rs-info\">The cPanel interface differs from host to host. Yours might look a bit different than the one from my screenshots, but the File Manager tool will be there. <\/p>\n\n\n\n<h3>Step 1<\/h3>\n\n\n\n<p>Log in to cPanel. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"661\" height=\"685\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/cpanel-log-in.png\" alt=\"log in cpanel\" class=\"wp-image-6398\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/cpanel-log-in.png 661w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/cpanel-log-in-289x300.png 289w\" sizes=\"(max-width: 661px) 100vw, 661px\" \/><\/figure><\/div>\n\n\n\n<p>Normally, you receive your cPanel login information after purchasing the hosting plan. If you don&#8217;t have it, check your web host&#8217;s documentation or contact support for help.<\/p>\n\n\n\n<h3>Step 2<\/h3>\n\n\n\n<p>Search for the <strong>File Manager<\/strong> tool.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"822\" height=\"315\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/file-manager-cpanel.png\" alt=\"cpanel file manager\" class=\"wp-image-4498\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/file-manager-cpanel.png 822w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/file-manager-cpanel-300x115.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/file-manager-cpanel-768x294.png 768w\" sizes=\"(max-width: 822px) 100vw, 822px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 3<\/h3>\n\n\n\n<p>Navigate to the <code>public_html\/wp-content\/themes<\/code> folder. Once there, click on the <strong>Upload<\/strong> button at the top. It will open a new tab.<\/p>\n\n\n\n<p class=\"rs-info\">If you&#8217;re doing this for an add-on domain, not your main one, the files are usually in a folder with your domain name, instead of <code>public_html<\/code>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"605\" height=\"668\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/upload-wordpress-theme-cpanel.png\" alt=\"upload wordpress theme in cpanel\" class=\"wp-image-6589\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/upload-wordpress-theme-cpanel.png 605w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/upload-wordpress-theme-cpanel-272x300.png 272w\" sizes=\"(max-width: 605px) 100vw, 605px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 4<\/h3>\n\n\n\n<p>Click the <strong>Select File<\/strong> button and select your WordPress theme&#8217;s installation file. Wait for the uploading process to get to 100%, then click on the <strong>Go Back<\/strong> link at the bottom.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"835\" height=\"573\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-theme-uploaded-cpanel.png\" alt=\"wordpress theme uploaded in cpanel\" class=\"wp-image-6591\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-theme-uploaded-cpanel.png 835w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-theme-uploaded-cpanel-300x206.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-theme-uploaded-cpanel-768x527.png 768w\" sizes=\"(max-width: 835px) 100vw, 835px\" \/><\/figure><\/div>\n\n\n\n<p>That should send you back to the <code>themes<\/code> folder. If not, navigate to it again as seen in step 3.<\/p>\n\n\n\n<p>If you&#8217;ll use a child theme, upload and extract it, too, in the same folder, using the same process. <\/p>\n\n\n\n<h3>Step 5<\/h3>\n\n\n\n<p>In the <code>themes<\/code> folder, you should now see your WordPress theme&#8217;s <code>.zip<\/code> file. Right-click on it and select <strong>Extract<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"760\" height=\"633\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/extract-theme-zip-cpanel.png\" alt=\"extract wordpress theme zip file in cpanel\" class=\"wp-image-6594\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/extract-theme-zip-cpanel.png 760w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/extract-theme-zip-cpanel-300x250.png 300w\" sizes=\"(max-width: 760px) 100vw, 760px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 6<\/h3>\n\n\n\n<p>A confirmation pop-up will appear. If you uploaded the WordPress theme in the correct folder, the path will be automatically applied &#8211; <code>\/public_html\/wp-content\/themes<\/code>. <\/p>\n\n\n\n<p>So, if everything looks in order, just click on the <strong>Extract File(s)<\/strong> button.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"548\" height=\"287\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/extract-files-path-cpanel.png\" alt=\"extract files path in cpanel\" class=\"wp-image-6596\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/extract-files-path-cpanel.png 548w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/extract-files-path-cpanel-300x157.png 300w\" sizes=\"(max-width: 548px) 100vw, 548px\" \/><\/figure><\/div>\n\n\n\n<p>After the extraction has finished, you should see your WordPress theme&#8217;s folder there.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"537\" height=\"659\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/uploaded-wordpress-theme-cpanel.png\" alt=\"uploaded wordpress theme folder in cpanel\" class=\"wp-image-6597\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/uploaded-wordpress-theme-cpanel.png 537w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/uploaded-wordpress-theme-cpanel-244x300.png 244w\" sizes=\"(max-width: 537px) 100vw, 537px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 7<\/h3>\n\n\n\n<p>Delete the <code>.zip<\/code> file because it occupies space unnecessarily. Select it and click on <strong>Delete<\/strong> from the toolbar. You can also right-click on it and select Delete.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"578\" height=\"394\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/delete-wordpress-theme-cpanel.png\" alt=\"delete wordpress theme file in cpanel\" class=\"wp-image-6599\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/delete-wordpress-theme-cpanel.png 578w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/delete-wordpress-theme-cpanel-300x204.png 300w\" sizes=\"(max-width: 578px) 100vw, 578px\" \/><\/figure><\/div>\n\n\n\n<p>If a confirmation popup shows, select <strong>Skip the trash and permanently delete the files<\/strong> and click on the <strong>Confirm<\/strong> button.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"539\" height=\"195\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/confirmation-delete-cpanel.png\" alt=\"delete confirmation cpanel\" class=\"wp-image-6600\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/confirmation-delete-cpanel.png 539w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/confirmation-delete-cpanel-300x109.png 300w\" sizes=\"(max-width: 539px) 100vw, 539px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 8<\/h3>\n\n\n\n<p>After you&#8217;ve uploaded the WordPress theme in cPanel, you need to activate it in WordPress.<\/p>\n\n\n\n<p>Go to <strong>Appearance<\/strong> &gt; <strong>Themes<\/strong>, hover over it, and click on the <strong>Activate<\/strong> button. If you installed a child theme, too, activate that instead of the parent theme.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"827\" height=\"373\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme.png\" alt=\"activate wordpress theme\" class=\"wp-image-6573\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme.png 827w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme-300x135.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme-768x346.png 768w\" sizes=\"(max-width: 827px) 100vw, 827px\" \/><\/figure><\/div>\n\n\n\n<h2 id=\"install-ftp\">4. How to Manually Install a WordPress Theme via FTP<\/h2>\n\n\n\n<p>FTP stands for <a href=\"https:\/\/en.wikipedia.org\/wiki\/File_Transfer_Protocol\">File Transfer Protocol<\/a>. <a href=\"https:\/\/en.wikipedia.org\/wiki\/SSH_File_Transfer_Protocol\">SFTP<\/a> is the better, safer version, but not all web hosts offer access to it. If you have access to it, use that instead.<\/p>\n\n\n\n<p>You can use this method to install a WordPress theme if the default options don&#8217;t work, and you also don&#8217;t have cPanel.<\/p>\n\n\n\n<h3>Step 1<\/h3>\n\n\n\n<p>Unzip your WordPress theme&#8217;s installation file on your drive because you&#8217;ll need to upload the folder this time, not the <code>.zip<\/code> file.<\/p>\n\n\n\n<p>All of your theme files need to be in a single, main folder named after your theme (e.g. <code>generatepress<\/code>). If you&#8217;re also using a child theme, it should contain the <code>-child<\/code> suffix after the parent name (e.g. <code>generatepress-child<\/code>).<\/p>\n\n\n\n<p><span style=\"text-decoration: underline;\">Example<\/span><\/p>\n\n\n\n<p>My theme&#8217;s <code>.zip<\/code> file is called <code>generatepress.3.0.3.zip<\/code>. <\/p>\n\n\n\n<p>When I unzip it on my local drive, the resulting folder is <code>generatepress.3.0.3<\/code>. And inside of that, it will be another folder, called <code>generatepress<\/code>, where the actual theme files are.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"785\" height=\"619\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-theme-folder.png\" alt=\"wordpress theme folder\" class=\"wp-image-6619\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-theme-folder.png 785w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-theme-folder-300x237.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/wordpress-theme-folder-768x606.png 768w\" sizes=\"(max-width: 785px) 100vw, 785px\" \/><\/figure><\/div>\n\n\n\n<p>That&#8217;s the one I need. So, I take it out from the <code>generatepress.3.0.3<\/code> folder and paste it on its own, in another place. Then, when the time comes, I upload the <code>generatepress<\/code> folder which holds the WordPress theme files.<\/p>\n\n\n\n<h3>Step 2<\/h3>\n\n\n\n<p>To access your FTP, you&#8217;ll need an FTP client. I recommend <a href=\"https:\/\/filezilla-project.org\/download.php?type=client\">FileZilla<\/a>. So, download and install it on your computer.<\/p>\n\n\n\n<h3>Step 3<\/h3>\n\n\n\n<p>Open up Filezilla and connect to your FTP with the info provided by the web host. If you don&#8217;t have it, check their documentation or contact them for help.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"734\" height=\"119\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/connect-filezilla.png\" alt=\"\" class=\"wp-image-4518\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/connect-filezilla.png 734w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/connect-filezilla-300x49.png 300w\" sizes=\"(max-width: 734px) 100vw, 734px\" \/><\/figure>\n\n\n\n<p>At the top of FileZilla, you&#8217;ll see a Quickconnect feature. It requires your:<\/p>\n\n\n\n<ul><li><strong>Host:<\/strong> <ul><li>For <strong>FTP<\/strong>, it&#8217;s usually <code>ftp.<\/code> followed by your domain name (e.g. <code>ftp.example.com<\/code>). If that doesn&#8217;t work, try your server&#8217;s IP address. If you don&#8217;t how to get the IP, check your control panel, web host docs, or ask support;<\/li><li>For <strong>SFTP<\/strong>, adding the server IP works best. <code>sftp.<\/code> followed by your domain name might also work (e.g. <code>sftp.example.com<\/code>);<\/li><\/ul><\/li><li><strong>Username<\/strong> and <strong>Password<\/strong>;<\/li><li><strong>Port:<\/strong> It will automatically set it to 21 for FTP and 22 for SFTP. These are the default values in most cases. Unless your web host doesn&#8217;t require another port, leave it blank.<\/li><\/ul>\n\n\n\n<p>After you filled that up, click on the <strong>Quickconnect<\/strong> button.<\/p>\n\n\n\n<p>Alternatively, you can save your site in the Site Manager, so you won&#8217;t have to add your login info all the time.<\/p>\n\n\n\n<p>Go to <strong>File<\/strong> &gt; <strong>Site Manager<\/strong> and:<\/p>\n\n\n\n<ul><li>Click on <strong>New site;<\/strong><\/li><li>Select the <strong>Protocol:<\/strong> FTP or SFTP;<\/li><li>Add the <strong>Host<\/strong> and <strong>Port<\/strong> (if necessary);<\/li><li>Add <strong>User<\/strong> and <strong>Password<\/strong>;<\/li><li>Click on <strong>Connect<\/strong>.<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"840\" height=\"534\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/site-manager-filezilla.png\" alt=\"\" class=\"wp-image-4522\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/site-manager-filezilla.png 840w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/site-manager-filezilla-300x191.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2020\/09\/site-manager-filezilla-768x488.png 768w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 4<\/h3>\n\n\n\n<p>After you&#8217;ve successfully connected to your FTP, you&#8217;ll have:<\/p>\n\n\n\n<ul><li><strong>Local site<\/strong> on the left &#8211; Those are the files from your local drive;<\/li><li><strong>Remote site<\/strong> on the right &#8211; Those are the files that you have access to on the server, including your WordPress files.<\/li><\/ul>\n\n\n\n<p>From the <strong>Local site<\/strong>, search for your unzipped theme folder.<\/p>\n\n\n\n<p>From the <strong>Remote site<\/strong>, navigate to <code>\/public_html\/wp-content\/themes<\/code>. The <code>public_html<\/code> folder might be named differently, depending on your host or if you&#8217;re using an add-on domain.<\/p>\n\n\n\n<p>Then, drag and drop the unzipped theme folder from the <strong>Local site&#8217;s<\/strong> second box inside the <code>themes<\/code> folder, in the <strong>Remote site&#8217;s<\/strong> second box, where the other theme folders are.<\/p>\n\n\n\n<p>Make sure that you <strong>don&#8217;t drop it over an existing folder<\/strong> because it will add it in there. Drop it over some white space.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"779\" height=\"913\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/upload-wordpress-theme-filezilla-ftp-1.png\" alt=\"upload wordpress theme folder on ftp using filezilla\" class=\"wp-image-6621\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/upload-wordpress-theme-filezilla-ftp-1.png 779w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/upload-wordpress-theme-filezilla-ftp-1-256x300.png 256w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/upload-wordpress-theme-filezilla-ftp-1-768x900.png 768w\" sizes=\"(max-width: 779px) 100vw, 779px\" \/><\/figure><\/div>\n\n\n\n<p>Do the same for the child theme, if you&#8217;re using one.<\/p>\n\n\n\n<p>You&#8217;ll see a bunch of uploading statuses at the top. When it has successfully finished uploading the WordPress theme over FTP, you&#8217;ll see a status that writes <strong>Directory listing of &#8220;\/public_html\/wp-content\/themes&#8221; successful<\/strong>.<\/p>\n\n\n\n<p>The WordPress theme also appears as a standalone folder in the <code>themes<\/code> folder, on the right.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"784\" height=\"868\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/theme-uploaded-filezilla-ftp.png\" alt=\"wordpress theme uploaded successfully on ftp using filezilla\" class=\"wp-image-6624\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/theme-uploaded-filezilla-ftp.png 784w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/theme-uploaded-filezilla-ftp-271x300.png 271w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/theme-uploaded-filezilla-ftp-768x850.png 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" \/><\/figure><\/div>\n\n\n\n<h3>Step 5<\/h3>\n\n\n\n<p>Activate the theme in WordPress by going to <strong>Appearance<\/strong> &gt; <strong>Themes<\/strong>, hovering over it, and clicking on the <strong>Activate<\/strong> button. <\/p>\n\n\n\n<p>If you&#8217;ve also uploaded a child theme, activate that instead.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" width=\"827\" height=\"373\" src=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme.png\" alt=\"activate wordpress theme\" class=\"wp-image-6573\" srcset=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme.png 827w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme-300x135.png 300w, https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/activate-wordpress-theme-768x346.png 768w\" sizes=\"(max-width: 827px) 100vw, 827px\" \/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-group rs-cta has-background\" style=\"background-color:#fafaff\"><div class=\"wp-block-group__inner-container\">\n<p class=\"has-large-font-size\"><strong>Looking for an All-in-One WordPress Solution?<\/strong><\/p>\n\n\n\n<p>ReadyShip offers you ready-made WordPress sites and blogs, plus high-quality managed AWS hosting with free SSL and CDN, at <strong>no initial cost!<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https:\/\/readyship.co\/products\">Visit Marketplace<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<h2>The End<\/h2>\n\n\n\n<p>And that, ladies and gentlemen, is how to install a WordPress theme in not one, but four different ways.  <\/p>\n\n\n\n<p>Just make sure that the WordPress theme you&#8217;re about to install is a good one, and will not negatively impact your WordPress site&#8217;s performance and loading time.<\/p>\n\n\n\n<p>If you have questions or thoughts, feel free to drop a comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress doesn&#8217;t work without a theme installed and activated, even if you want to completely build your site using a page builder, such as Elementor with its Theme Builder feature. Installing a theme in WordPress is basically the same as installing a plugin. You just need to perform the actions in different sections of your site. Before proceeding to the installation part, I&#8217;ll write a bit about two important things: Choosing the right WordPress theme; Using a child theme. Let&#8217;s begin! Choosing the Right WordPress Theme After the web host, choosing the right WordPress theme is another vital part of your site&#8217;s performance and loading time. Even though there are [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":6628,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"kt_blocks_editor_width":""},"categories":[18],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v15.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>4 Ways to Install a WordPress Theme (Automatically &amp; Manually) : Ready-Made WordPress Marketplace - ReadyShip<\/title>\n<meta name=\"description\" content=\"Read this step-by-step tutorial to learn how to install a WordPress theme using four different methods!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"4 Ways to Install a WordPress Theme (Automatically &amp; Manually) : Ready-Made WordPress Marketplace - ReadyShip\" \/>\n<meta property=\"og:description\" content=\"Read this step-by-step tutorial to learn how to install a WordPress theme using four different methods!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/\" \/>\n<meta property=\"og:site_name\" content=\"Ready-Made WordPress Marketplace - ReadyShip\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/ReadyShip\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-08T11:28:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-08T11:28:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/install-theme.png\" \/>\n\t<meta property=\"og:image:width\" content=\"980\" \/>\n\t<meta property=\"og:image:height\" content=\"551\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@readyshipco\" \/>\n<meta name=\"twitter:site\" content=\"@readyshipco\" \/>\n<meta name=\"twitter:label1\" value=\"Written by\">\n\t<meta name=\"twitter:data1\" value=\"Radu\">\n\t<meta name=\"twitter:label2\" value=\"Est. reading time\">\n\t<meta name=\"twitter:data2\" value=\"9 minutes\">\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/readyship.co\/blog\/#organization\",\"name\":\"Readyship\",\"url\":\"https:\/\/readyship.co\/blog\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/ReadyShip\",\"https:\/\/twitter.com\/readyshipco\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2019\/01\/readyship_logo_icon.png\",\"width\":201,\"height\":201,\"caption\":\"Readyship\"},\"image\":{\"@id\":\"https:\/\/readyship.co\/blog\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/readyship.co\/blog\/#website\",\"url\":\"https:\/\/readyship.co\/blog\/\",\"name\":\"Readship: WordPress Websites with the Best Hosting\",\"description\":\"Buy\/Sell Subscription Marketplace of beautiful designed WordPress sites with managed hosting, SSL, CDN, 24\/7 supports.\",\"publisher\":{\"@id\":\"https:\/\/readyship.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/readyship.co\/blog\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/readyship.co\/blog\/wp-content\/uploads\/2021\/03\/install-theme.png\",\"width\":980,\"height\":551,\"caption\":\"install theme\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/#webpage\",\"url\":\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/\",\"name\":\"4 Ways to Install a WordPress Theme (Automatically & Manually) : Ready-Made WordPress Marketplace - ReadyShip\",\"isPartOf\":{\"@id\":\"https:\/\/readyship.co\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/#primaryimage\"},\"datePublished\":\"2021-04-08T11:28:45+00:00\",\"dateModified\":\"2021-04-08T11:28:47+00:00\",\"description\":\"Read this step-by-step tutorial to learn how to install a WordPress theme using four different methods!\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/\"]}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/#webpage\"},\"author\":{\"@id\":\"https:\/\/readyship.co\/blog\/#\/schema\/person\/092d749a9bb9e9cb2af8f2532d8e5b45\"},\"headline\":\"4 Ways to Install a WordPress Theme (Automatically &#038; Manually)\",\"datePublished\":\"2021-04-08T11:28:45+00:00\",\"dateModified\":\"2021-04-08T11:28:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/#webpage\"},\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/readyship.co\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/#primaryimage\"},\"articleSection\":\"WordPress Tutorials\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/readyship.co\/blog\/install-wordpress-theme\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/readyship.co\/blog\/#\/schema\/person\/092d749a9bb9e9cb2af8f2532d8e5b45\",\"name\":\"Radu\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/readyship.co\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fb19726677ad7e3b932bf8b0d9ac7094?s=96&d=mm&r=g\",\"caption\":\"Radu\"},\"description\":\"Hey! I'm Radu, and I've been working with WordPress at personal and professional levels for over 8 years now. I'm a seller on ReadyShip, and I'm also writing posts for their blog, which I hope you'll like. You can find more about me at Radu.link. I'm also quietly on Twitter @RaduWP.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/6538"}],"collection":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/comments?post=6538"}],"version-history":[{"count":2,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/6538\/revisions"}],"predecessor-version":[{"id":6745,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/posts\/6538\/revisions\/6745"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/media\/6628"}],"wp:attachment":[{"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/media?parent=6538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/categories?post=6538"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/readyship.co\/blog\/wp-json\/wp\/v2\/tags?post=6538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}