{"id":3084,"date":"2022-06-09T08:26:05","date_gmt":"2022-06-09T08:26:05","guid":{"rendered":"https:\/\/wpauthors.com\/blog\/?p=3084"},"modified":"2022-07-16T09:07:39","modified_gmt":"2022-07-16T09:07:39","slug":"how-to-create-wordpress-child-theme","status":"publish","type":"post","link":"https:\/\/wpauthors.com\/blog\/how-to-create-wordpress-child-theme\/","title":{"rendered":"How to create a WordPress child theme (3 easy methods)"},"content":{"rendered":"\n<p>If you&#8217;re looking to create your own WordPress child theme, there are a few different ways to go about it. In this article, we&#8217;ll outline three easy methods that you can use. Whether you&#8217;re creating a new theme from scratch or using an existing theme as a starting point, these methods will help get you up and running in no time.<\/p>\n\n\n<ul class=\"simpletoc-list\">\n<li><a href=\"#what-is-a-wordpress-child-theme-and-why-do-you-need-it\">What is a WordPress child theme and why do you need it?<\/a>\n\n<\/li>\n<li><a href=\"#method-1-download-wordpress-child-theme\">Method 1: Download WordPress child theme<\/a>\n\n<\/li>\n<li><a href=\"#method-2-create-a-wordpress-child-theme-using-a-plugin-removable-plugin\">Method 2: Create a WordPress child theme using a plugin (removable plugin)<\/a>\n\n\n<ul><li>\n<a href=\"#installing-the-child-theme-configurator-plugin\">Installing the Child Theme Configurator plugin<\/a>\n\n<\/li>\n<li><a href=\"#plugin-configurations\">Plugin configurations<\/a>\n\n<\/li>\n<\/ul>\n<li><a href=\"#method-3-create-a-wordpress-child-theme-manually-using-code-without-plugin\">Method 3: Create a WordPress child theme manually (using code, without plugin)<\/a>\n\n\n<ul><li>\n<a href=\"#create-a-folder-for-your-child-theme\">Create a folder for your child theme<\/a>\n\n<\/li>\n<li><a href=\"#child-theme-folder-structure\">Child theme folder structure<\/a>\n\n\n<\/li>\n\n\n\n<\/li>\n<\/ul>\n<li><a href=\"#conclustion\">Conclustion<\/a>\n<\/li><\/ul>\n\n<h2 class=\"wp-block-heading\" id=\"what-is-a-wordpress-child-theme-and-why-do-you-need-it\">What is a WordPress child theme and why do you need it?<\/h2>\n\n\n<p>A WordPress child theme is a theme that inherits the functionality and styling of another theme, called the parent theme. Child themes are the recommended way to modify an existing theme.<\/p>\n\n\n\n<p>The child theme can be used to add new features or to make styling changes. The installation process is the same as regular themes. <\/p>\n\n\n\n<p><strong>The advantage of using a child theme is that if you make changes to the parent theme, your changes will be preserved when the parent theme is updated.<\/strong> That is something you don&#8217;t need to happen because you will have to redo all the changes and modifications that you have done in your theme files. In simple words, you can use a child theme to customize your parent theme without having to edit the original files of your existing theme (parent theme). <\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"method-1-download-wordpress-child-theme\"><strong>Method 1:<\/strong> Download WordPress child theme<\/h2>\n\n\n<p>Wait, what? Yes, this is the easiest way. Will it work for all the themes? Absolutely, not. That&#8217;s why we have listed 2 other ways to create WordPress child theme. <\/p>\n\n\n\n<p>Suppose, you are using a prevalent theme like GeneratePress, Astra, or Kdence themes. The chances of finding the original child theme are very high. You just have to Google <em>&#8216;Your theme name&#8217; download the child theme<\/em> \ud83d\ude04 <\/p>\n\n\n\n<p>If you have purchased the theme from a place like <a href=\"https:\/\/wpauthors.com\/blog\/go\/themeforest-wp\" data-type=\"URL\" data-id=\"https:\/\/wpauthors.com\/blog\/go\/themeforest-wp\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">ThemeForest<\/a>, you can find the child theme from the zip file bundle downloaded from the website.  <\/p>\n\n\n\n<p>That was the easiest method. Let&#8217;s dive deeper to find other options. <\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"method-2-create-a-wordpress-child-theme-using-a-plugin-removable-plugin\"><strong>Method 2:<\/strong> Create a WordPress child theme using a plugin (removable plugin)<\/h2>\n\n\n<p>There are multiple WordPress plugins that you can use to create a child theme. In this tutorial, I will use the most popular and the most reliable option. <a href=\"https:\/\/wordpress.org\/plugins\/child-theme-configurator\/\" data-type=\"URL\" data-id=\"https:\/\/wordpress.org\/plugins\/child-theme-configurator\/\" target=\"_blank\" rel=\"noreferrer noopener\">Child Theme Configurator <\/a>is a fast and easy-to-use WordPress utility plugin that allows you to analyze any theme, create a child theme, and customize it beyond the options of the Customizer.&nbsp;<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"installing-the-child-theme-configurator-plugin\">Installing the Child Theme Configurator plugin<\/h3>\n\n\n<p><strong>1.<\/strong> Navigate to your WordPress dashboard and click on <strong><em>add new plugin<\/em><\/strong><\/p>\n\n\n\n<p><strong>2. <\/strong>Search for the plugin <em>&#8220;<strong>Child Theme Configurator<\/strong>.&#8221;<\/em>. Install and activate the plugin<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"312\" src=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-1024x312.png\" alt=\"\" class=\"wp-image-3104\" srcset=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-1024x312.png 1024w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-300x91.png 300w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-768x234.png 768w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-1536x468.png 1536w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-2048x623.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<h3 class=\"wp-block-heading\" id=\"plugin-configurations\">Plugin configurations<\/h3>\n\n\n<p><strong>1. <\/strong>After the activation, you need to navigate to <strong><em>Tools \u00bb Child Themes<\/em><\/strong> in your WordPress dashboard.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"208\" src=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-2-1024x208.png\" alt=\"\" class=\"wp-image-3106\" srcset=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-2-1024x208.png 1024w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-2-300x61.png 300w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-2-768x156.png 768w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-2-1536x312.png 1536w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-2-2048x415.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>2. <\/strong>On this page (you should be at the Parent\/Child tab), the plugin will automatically select the active theme as your parent theme. If you want, you can change the theme as your requirement. In my case, I need to create a child theme for the default WordPress theme called Twenty Twenty-Two. <\/p>\n\n\n\n<p>Now, go ahead and click on <strong><em>Analyze<\/em><\/strong> button.<\/p>\n\n\n\n<p><strong>3.<\/strong> After a couple of seconds, the plugin will run some tests to verify the compatibility of your theme. In most cases, you won&#8217;t be facing any issues.<\/p>\n\n\n\n<p>Next, the plugin will ask for a name for your new child theme directory. The default will be the name of your theme &#8211; child. If you are planning to rebrand the theme, feel free to provide a custom name for the directory. But, I recommend you to keep the default settings.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"86\" src=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-5-1024x86.png\" alt=\"\" class=\"wp-image-3107\" srcset=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-5-1024x86.png 1024w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-5-300x25.png 300w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-5-768x65.png 768w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-5-1536x129.png 1536w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-5-2048x172.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>4. <\/strong>Then, you can leave the default settings for the 5 and 6 sections. <\/p>\n\n\n\n<p><strong>5. <\/strong>In section 7, click on &#8220;Click to Edit Child Theme Attributes.&#8221; You will see several text fields to edit. Feel free to add some custom values if you need to do so. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"268\" src=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-7-1024x268.png\" alt=\"Child Theme Configurator settings\" class=\"wp-image-3108\" srcset=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-7-1024x268.png 1024w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-7-300x79.png 300w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-7-768x201.png 768w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-7-1536x402.png 1536w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-7-2048x536.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>6.<\/strong> In section 8, click on the checkbox to copy your theme settings, menus, and widget from your parent theme. This is an advantage over manual theme child theme creation. <\/p>\n\n\n\n<p>You can ignore the warning basically, as I mentioned in the previous topic; if you are using a premium WordPress theme downloaded from a website like <a href=\"https:\/\/wpauthors.com\/blog\/go\/themeforest-wp\" data-type=\"URL\" data-id=\"https:\/\/wpauthors.com\/blog\/go\/themeforest-wp\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">ThemeForest<\/a>, they provide a child theme with the theme bundle most of the time. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"133\" src=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-9-1024x133.png\" alt=\"\" class=\"wp-image-3109\" srcset=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-9-1024x133.png 1024w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-9-300x39.png 300w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-9-768x100.png 768w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-9-1536x200.png 1536w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/Child-Theme-Configurator-step-9-2048x267.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><strong>7. <\/strong>Finally, click the button to <strong><em>create your new child theme<\/em><\/strong>. This will take about 5 to 15 seconds to prepare your theme. <\/p>\n\n\n\n<p>Now, you can navigate to <strong><em>Appearance <strong><em>\u00bb<\/em><\/strong> Themes<\/em><\/strong>. Then, you will see your new child theme. Go ahead and activate the theme. <\/p>\n\n\n\n<p>Suppose you are considering removing the <em><strong>Child Theme Configurator<\/strong><\/em> plugin. You can do it now. The plugin is not necessary from now. If you need it in the future, you can install the theme plugin later. The plugin will recognize your theme and child theme without any configurations. <\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"method-3-create-a-wordpress-child-theme-manually-using-code-without-plugin\"><strong>Method 3:<\/strong> Create a WordPress child theme manually (using code, without plugin)<\/h2>\n\n\n<p>I should say that this method needs some coding experience, and you might need to have access to your file manager via your control panel, FTP, or a <a href=\"https:\/\/wordpress.org\/plugins\/wp-file-manager\/\" data-type=\"URL\" data-id=\"https:\/\/wordpress.org\/plugins\/wp-file-manager\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">File Manager<\/a> plugin. But, in this article, I&#8217;m not going to use those. Instead, I&#8217;m going to create the child theme files on my local computer. <\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"create-a-folder-for-your-child-theme\">Create a folder for your child theme<\/h3>\n\n\n<p>When naming the folder, make sure to use simple letters and use &#8220;-&#8221; for spaces\u2014for example, my-child-theme. You can create the folder wherever you like on your computer. <\/p>\n\n\n\n<p>In my case, I&#8217;m creating a child theme for the theme called <em>Nave<\/em> so that I will name my folder as <strong><em>nave-child<\/em><\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"208\" src=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-1-1024x208.png\" alt=\"create a child theme\" class=\"wp-image-3115\" srcset=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-1-1024x208.png 1024w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-1-300x61.png 300w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-1-768x156.png 768w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-1-1536x312.png 1536w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-1.png 1834w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<h3 class=\"wp-block-heading\" id=\"child-theme-folder-structure\">Child theme folder structure<\/h3>\n\n\n<p>When we are creating a theme, WordPress expects two files (these two files are required). <\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>style.css<\/li><li>functions.php<\/li><\/ol>\n\n\n<h4 class=\"wp-block-heading\" id=\"creating-stylecss-stylesheet-css\">creating style.css stylesheet (CSS)<\/h4>\n\n\n<p>The style.css is a stylesheet (CSS) file required for every WordPress theme. It controls the website presentation (visual design and layout). Also, it contains the identity of your theme.<\/p>\n\n\n\n<p>Let&#8217;s create the file. Create a text file and rename the file to <strong><em>style.css<\/em><\/strong>. Now, you can open the file using your text editor. For windows, the notepad will work fine. For Mac, you can use the TextEdit app. <\/p>\n\n\n\n<p>Time to do some copy-paste action \ud83d\ude03 Paste the following CSS comment into your style.css file.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"css\" class=\"language-css\">\/*\nTheme Name: Neve Child\nTheme URI: https:\/\/example.org\/your-theme\/\nAuthor: WP Authors\nTemplate: neve\nVersion: 1.0\nDescription: Neve child theme\nLicense: GNU General Public License v2 or later\nLicense URI: http:\/\/www.gnu.org\/licenses\/gpl-2.0.html\nText Domain: neve-child\n*\/<\/code><\/pre>\n\n\n\n<p>This is a CSS comment containing information about your new child theme. You can edit the following values to customize the theme with your information. <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Theme Name<\/strong>: Name of your child theme.<\/li><li><strong>Theme URI<\/strong>: The URL of a public web page where users can find more information about the theme. This is an optional property.<\/li><li><strong>Author<\/strong>: The name of the individual or organization who developed the theme. Feel free to use your name or your organization name.<\/li><li><strong>Template<\/strong>: The folder where the parent theme is stored. Use the folder name and not the theme name. Without this line, your theme won\u2019t work as a child theme. <\/li><li><strong>Version<\/strong>: The version number<\/li><li><strong>Description<\/strong>: Descriptive text to help users understand what the theme does.<\/li><li><strong>License<\/strong>: The license, which must be GNU. [link] You can keep it as it is. <\/li><li><strong>License<\/strong> <strong>URI<\/strong>: The link to information on the license. You can keep it as it is. <\/li><li><strong>Text Domain<\/strong>: Use the text domain as the second parameter in any internationalization functions. Use your folder name<\/li><\/ul>\n\n\n\n<p>To find your parent theme folder name, you have to navigate to <strong><em>wp-content <strong><em>\u00bb<\/em><\/strong> themes <\/em><\/strong>directory using your file manager. I&#8217;m using the <a href=\"https:\/\/wordpress.org\/plugins\/wp-file-manager\/\" data-type=\"URL\" data-id=\"https:\/\/wordpress.org\/plugins\/wp-file-manager\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">File Manager<\/a> WordPress plugin in this example.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"185\" src=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-2-1024x185.png\" alt=\"wordpress child theme list\" class=\"wp-image-3120\" srcset=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-2-1024x185.png 1024w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-2-300x54.png 300w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-2-768x138.png 768w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-2-1536x277.png 1536w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-2-2048x369.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>You can find more information about the style.css file on the <a href=\"https:\/\/developer.wordpress.org\/themes\/basics\/main-stylesheet-style-css\/\" data-type=\"URL\" data-id=\"https:\/\/developer.wordpress.org\/themes\/basics\/main-stylesheet-style-css\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">WordPress Codex<\/a> page.<\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"creating-functionsphp-file\">Creating functions.php file<\/h4>\n\n\n<p>The functions.php file is where you add unique features to your WordPress theme. In our case, we can extend the functionalities of our parent theme.<\/p>\n\n\n\n<p>Create a new file (in the same directory) called <strong>functions.php<\/strong> and open the file using your text editor.<\/p>\n\n\n\n<p>Next, you have to import\/inherit your parent theme&#8217;s styling files (CSS files). This is the only requirement in our functions.php file for now.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">&lt;?php\n\/\/ Inherit parent stylings \nadd_action( 'wp_enqueue_scripts', 'wpauthors_enqueue_parent_styles' );\nfunction wpauthors_enqueue_parent_styles() {\n    wp_enqueue_style( 'wpa-parent-style', get_template_directory_uri().'\/style.css' );\n}<\/code><\/pre>\n\n\n\n<p>One more thing, you can add a screenshot to your theme folder. It will appear in your WordPress dashboard Appearance &gt; Theme section. This is optional, and no one will see this screenshot without visiting the above location. Simply, rename your image to <strong><em>screenshot.png<\/em><\/strong><\/p>\n\n\n\n<div class=\"wp-block-columns has-theme-palette-9-color has-midnight-gradient-background has-text-color has-background is-layout-flex wp-container-core-columns-is-layout-e86123f3 wp-block-columns-is-layout-flex\" style=\"padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<h6 class=\"has-text-align-left has-theme-palette-9-color has-text-color wp-block-heading\">Need WordPress expert support?<\/h6>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-content-justification-right is-layout-flex wp-container-core-buttons-is-layout-765c4724 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px\"><a class=\"wp-block-button__link\" href=\"https:\/\/wpauthors.com\/hire-a-wordpress-developer\/\" target=\"_blank\" rel=\"noreferrer noopener\">Hire a WordPress Developer<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\" id=\"uploading-your-new-child-theme\">Uploading your new child theme<\/h4>\n\n\n<p>Now, you should upload your theme to your WordPress website. First, you should compress your child theme folder into a <strong>zip file<\/strong>. <\/p>\n\n\n\n<p>That&#8217;s it! Now you can go to your WordPress dashboard <strong><em>Appearance <strong><em>\u00bb<\/em><\/strong> Theme<\/em><\/strong> and click on <strong>Add New.<\/strong> Then, you will see a button called <strong>Upload theme<\/strong>. Go ahead and upload your zip file and activate the theme.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"334\" src=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-3-1024x334.png\" alt=\"how to create WordPress child theme\" class=\"wp-image-3122\" srcset=\"https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-3-1024x334.png 1024w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-3-300x98.png 300w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-3-768x250.png 768w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-3-1536x501.png 1536w, https:\/\/wpauthors.com\/blog\/wp-content\/uploads\/2022\/06\/child-theme-manual-step-3-2048x667.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclustion\">Conclustion<\/h2>\n\n\n<p>In conclusion, creating a WordPress child theme is an easy way to make changes to your website without affecting the original theme files. This can be helpful if you want to make small tweaks or if you need to update the original theme and don&#8217;t want to lose your changes. By following these simple steps, you can create a child theme in minutes.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you&#8217;re looking to create your own WordPress child theme, there are a few different ways to go about it. In this article, we&#8217;ll outline three easy methods that you can use. Whether you&#8217;re creating&#8230;<\/p>\n","protected":false},"author":1,"featured_media":3128,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"footnotes":""},"categories":[9,7],"tags":[],"class_list":["post-3084","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-tutorial"],"_links":{"self":[{"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/posts\/3084","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/comments?post=3084"}],"version-history":[{"count":31,"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/posts\/3084\/revisions"}],"predecessor-version":[{"id":3180,"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/posts\/3084\/revisions\/3180"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/media\/3128"}],"wp:attachment":[{"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/media?parent=3084"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/categories?post=3084"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpauthors.com\/blog\/wp-json\/wp\/v2\/tags?post=3084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}