How To Create A WordPress Child Theme
RdyToGo Web Design, Marketing, and Branding Myrtle Beach

Learning Resource

How To Create A WordPress Child Theme

Sometimes you may want to modify a WordPress theme beyond what the customizer allows. In these instances, you may have to modify the code of your WordPress theme. It’s best practice to create a child theme prior to modifying any of your theme’s code so as to prevent your changes from being lost when updates are performed.

  1. First, you’ll want to modify the files through your host’s file manager or by connecting our hosting provider with FTP.
  2. Next, you’ll navigate to the wp-content/themes folder for your WordPress website.
  3. Then, you’ll want to create your child theme folder. A popular naming scheme for child themes is ParentTheme-child, where “ParentTheme” is the name of your theme.
  4. Once that folder is created, go into it and create a style.css file.
  5. Inside of style.css you will add a stylesheet header containing metadata about your theme. Below is an example using the Twenty Nineteen theme as a parent.
    /*
    Theme Name: Twenty Nineteen Child
    Theme URI: http://www.example.com/twenty-nineteen-child/
    Description: Twenty Nineteen Child Theme
    Author: Your Name
    Author URI: Insert your website
    Template: twentynineteen
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/license/gpl-2.0.html
    Tags: Insert any tags you want to be associated with your theme
    Text Domain: twenty-nineteen-child
    */
  6. Be sure you change the information in the example to be relative to your theme, and then save your style.css file.
  7. Next, you’ll also create a functions.php file. This will contain the PHP functions for your child theme.
  8. After creating your functions.php file you’ll place functions inside that add functions from your parent theme.
    • First, open the functions.php file
    • Then, add a function that will add your parent theme’s styles and scripts as seen below.
      <?php
      add_action (‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’);
      function my_theme_enqueue_styles() {
      wp_enqueue_style (‘parent-style’, get_template_directory_uri() .’/style.css’);
      }
      ?>

What’s Next?

Learn How To Change Your WordPress theme

Go back to How To Make A Child Theme In WordPress

About RdyToGo, Firebolt, and the Pro-How Technology Training Service

RdyToGo, pronounced “Ready To Go,” is a creative marketing agency with design studios in Myrtle Beach, South Carolina, and Jacksonville, Florida.

Our mission is to help entrepreneurs better the world. We do this with our web design, branding, marketing, and training services.

It is very important to offer marketing and technology-based training through our Pro-How service because it speaks directly about our mission, vision, and beliefs. Additionally, we offer static WordPress hosting services through Firebolt for those who need the performance.

What can RdyToGo do to further our mission? Education, promotion, and empowerment are the keys to helping entrepreneurs #BetterTheWorld. We use our specific skills in the following ways.

  • Education: RdyToGo offers the Pro-How service to train people with skills to help them change their world.
  • Promotion: Our creative marketing, branding, and web design services promote our clients, helping more people know what they can do.
  • Empowerment: At our core, we feel that all people, regardless of background, deserve to enjoy the reward of their hard work. Our efforts are designed to empower people to grow, make changes in their lives, and better the world.

Why not join RdyToGo on our adventure? Try our free and paid training services, or hire us for to take on your marketing, web design, or branding project. Call 1-888-705-3403 or visit RdyToGo.com to get started.

Top five things people ask about us

Our Passion

The reason why we get up in the morning is our passion for helping entrepreneurs #BetterTheWorld.

Unique Approach

We forge a different path. We favor compelling storytelling and high design standards.

Relationship

No quick flings here. We’re seeking long-term clients who trust the process and value stable growth.

We are local

We are local and want to work with local people. We are not hiring foreign or remote labor.

Affordable

We are not the expensive option, nor the cheap option. We provide high quality with competitive prices.

Transparent

People hate surprises. Our billing is clear and you will know what to expect before you are billed.

Flexible

There are many ways to accomplish the same task. We will find something that works with your budget.

Online reviews

Independent reviews on Google are challenging to obtain and must be verified. Our clients have spoken.

Testimonials

Our clients have provided written testimonials for our use, which prove that we delivered on our promises.

Portfolio

See for yourself some samples of our work. You can see and verify the quality of our workmanship.

Click the ‘Get Started‘ button and select either ‘Sales Call‘ or ‘Free Estimate‘.

Let's Talk

Contact your AI strategy, web design, branding, and marketing specialists. Let's #BetterTheWorld together.

What do you want to talk about?

Have us call or meet you for a no-cost, no-obligation meeting to answer your pre-purchase questions.

Use our simple request form, and we will send you a no-cost, no-obligation quote for your next project.

Schedule your support request. The time you select will be reserved to resolve your request. (This is not a meeting or call.) $21.25 for each 15 minutes

Book time now for an online video call. During the online meeting, we will collaborate to complete your project. $21.25 for each 15 minutes

We appreciate your interest, but we are not currently hiring.

Thanks for your interest in partnering with us. Use our application to submit your interest in working together.

Need something else? Call us at 1-888-705-3403 or use our contact form.