Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Cup
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

What Is a WordPress Child Theme? Pros, Cons, and More

Editorial Note: We earn a commission from partner links on WPBeginner. Commissions do not affect our editors' opinions or evaluations. Learn more about Editorial Process.

Are you wondering what a WordPress child theme is and whether you should create one?

WordPress child themes let users and developers customize their WordPress sites without losing their customizations when a theme update is rolled out. However, they come with some advantages and disadvantages that you may want to consider.

In this article, we will explain what a WordPress child theme is and help you decide whether or not you should be using one.

What is a WordPress Child Theme? Pros, Cons, and More

What Is a Child Theme in WordPress?

In WordPress, a child theme inherits the functionality, features, and style of another WordPress theme, also called the parent theme.

When you customize a child theme, the parent theme won’t be affected. That’s why many developers use child themes to preserve their theme customizations that could get lost if the parent theme was updated.

The first step in creating a child theme is to choose a good parent theme. You can use any WordPress theme as a parent theme, but some themes are more suitable than others.

For example, theme frameworks make excellent parent themes. They include the core functions of a theme but not the styling.

These theme frameworks allow designers and developers to easily create many different child themes that are styled differently without having to rewrite a lot of the same functions.

Genesis theme framework

It’s also good to choose a theme that has the look and customization features you need for your website to achieve its goals. This way, you won’t have to make a lot of changes.

If you are interested in using a child theme, then you can read our guide on how to create a child theme in WordPress.

Why Use a WordPress Child Theme?

As mentioned, many developers use a WordPress child theme to preserve their customization options when there is a theme update. In this case, your parent theme will get updated, but it won’t affect your active child theme.

Not to mention, child themes can protect your website against potential WordPress security issues. If the parent theme turns out to have significant bugs in an update, those won’t affect your child theme.

Theme updates

For developers, using a child theme is also a fast and efficient way to customize a WordPress website. They can quickly implement custom styles, template modifications, or additional functionality without modifying the parent theme’s core files.

Pros and Cons of Using WordPress Child Themes

Like most things, there are advantages and disadvantages to using a WordPress child theme. Let’s take a look at the advantages first.

Advantages of a WordPress Child Theme:

  • Safe Updates: By using a child theme, you keep all your custom changes separate from the main theme. This means you can update the parent theme without losing your customizations, as they are safely stored in the child theme.
  • Easy to Extend: A child theme built on a powerful theme framework allows a great deal of flexibility without writing a lot of code. You only need to modify the template files and functions that you wish to customize.
  • Fallback Safe: When you create a complete theme, you need to think about every possible scenario. When you don’t code for something in a child theme, then the parent theme’s functionality is available as the fallback option.

Disadvantages of a WordPress Child Theme:

  • Learning Curve: You need to invest time learning about the parent theme, especially when you have chosen a robust framework with its own hooks and filters. However, once you know the parent theme, you will be able to create custom websites in no time.
  • Parent Theme Dependence: The parent theme developer may abandon the theme. Technically, you can continue to use it even if abandoned, but it may not work as well. Also, consider using reputable theme frameworks like Genesis with a good track record.

The pros and cons of using a child theme will also depend on the theme you’re using as a parent theme, so let’s take a look at that next.

The Importance of Selecting a Good Parent Theme

The reason why it’s important to choose a good parent theme is to save time.

We often hear from beginners making the mistake of selecting a parent theme that doesn’t offer much functionality. They end up having to override most of the parent theme files.

Let’s say you choose a parent theme and decide you don’t like the way the footer looks. So, you create a new footer.php file. Then you decide you don’t like the way the header looks and create a new header.php file.

Template Files Used in a Theme

Before long, it becomes clear that you shouldn’t be using that theme as a parent theme. Instead, you could use it as a starter theme that you turn into your own custom theme.

Another option would be to choose another theme that’s much closer to what you need. This way, you don’t have to make so many changes to your child theme.

Should You Use a WordPress Child Theme?

If you are a developer, then you can use a child theme to reduce your development time when working with clients or creating your own theme.

Developers need to streamline their workflow while creating quality themes. Creating a child theme will often help you accomplish that.

Many of the sites that we build are child themes of the Genesis Theme Framework. But in some cases, we do build a standalone custom WordPress theme, such as when a project is very complex or very simple.

If you are a user, then we recommend child themes only if you find yourself constantly adding new functions to your theme’s functions.php file or are constantly modifying its style.css file.

During a WordPress meetup talk, one reader asked us about the best solution for adding custom styles. They wondered whether using a child theme or a custom CSS plugin is better.

The answer to that depends on how savvy and comfortable you are with technology. It also depends on how many customizations you are making.

A custom CSS plugin like CSS Hero works fine if you only need to modify the styles of a few elements. But if you find yourself changing the entire color scheme, for example, then you definitely should consider using a child theme.

Customize CSS

Another option is using WPCode. This plugin allows you to make changes to your functions.php file and other theme files without directly editing the code.

That way, you can run header and footer scripts without worrying about losing your customizations or breaking your website.

WPCode Pro version

For more details, you can see our guide on how to use custom code snippets in WordPress.

We hope this tutorial helped you learn what a WordPress child theme is and whether creating a child theme is a good fit for you. You may also want to check out our list of the best WordPress page builders and the best WordPress block themes for full site editing.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Disclosure: Our content is reader-supported. This means if you click on some of our links, then we may earn a commission. See how WPBeginner is funded, why it matters, and how you can support us. Here's our editorial process.

Editorial Staff

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

The Ultimate WordPress Toolkit

Get FREE access to our toolkit - a collection of WordPress related products and resources that every professional should have!

Reader Interactions

105 CommentsLeave a Reply

  1. Syed Balkhi says

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Jiří Vaněk says

    I have considered child theme to be a necessity for some time. Although I used to mainly use the WPCode plugin, sometimes it is necessary to insert some code into function.php as well. I’ve found it very helpful to use a child theme so that I don’t end up losing all my customizations just to update the template. In addition, I use a very simple plugin for this, which allows me to insert personal data into the template. It looks much better when the customer sees a template named after their website in their wordpress.

  3. Moinuddin Waheed says

    Thank you so much wpbeginner for clearing my doubts regarding child themes.
    I have always used the parent theme for creating websites and blogs and have never used child theme as I was of no clue about how a child theme works.
    I have a small doubt though. Having a child theme and making large changes in its functionality and changing in functions.php and styles.css, where does all these files gets stores?
    as when we update parent theme it remains intact and to my surprise it gets pushed to the parent theme as well.

    • WPBeginner Support says

      Those files would be stored in the child theme’s folder. Child themes use the styling of the parent theme and override with any specifics that you include in the child theme but the child theme does not make direct changes to the parent theme if you decide to change to the parent theme.

      Admin

  4. Arischvaran Puvanesvaran says

    Hi! Thanks for the tutorials. How should I determine when to use a FSE theme or a block theme for a site?

    • WPBeginner Support says

      There is no guaranteed better between the two, it is a question of personal preference :)

      Admin

  5. Bob Scarborough says

    What happens if I’ve already created custom headers and footers and then I create a child theme,

  6. DAVID Barnes says

    Please could you tell me we have just added a child theme to our theme whilst making changes to the style of the website, when this is complete do you keep the child theme active or do you revert back to the main template and make this active again.
    Hope this makes sense

    • WPBeginner Support says

      You would want the theme that you customized to be the active theme. That would normally be the child theme that you customize.

      Admin

      • David Barnes says

        Amazing thank you for the quick response this has to be the best website in regards to all word press related topics, it has been a gold mine of information as I navigate my way through the learning process of webdesign. VInaka

  7. Anchal says

    Hey I have a question. Does making and activating a child theme affect (drop) SEO ranks of an already ranking website that is live?

    • WPBeginner Support says

      It would depend on the specific changes but it should not affect your site’s SEO for the most part.

      Admin

  8. Adam says

    Hi, Great article on child themes. It’s exactly what I needed. Just one question? Am I right in thinking that you don’t have to install the child theme when you initially install the parent theme? That you only install it the instant you need to customize the function.php or parent theme template files?

  9. Robert A Lopez says

    Question! When activating a parent theme and a child these, do I activate both themes in my dashboard? Or do I just activate the child theme and leave the parent theme deactivated?

    I ask because, if I activate both, will I be able to determine which one is the child theme within the dashboard?

    • WPBeginner Support says

      You would want to activate the child theme and leave the parent theme deactivated. The child theme will use what it needs from the deactivated parent theme :)

      Admin

  10. Shamsher Ali says

    Create content you have shared, thank you for this. I have a question that How can I identify whether the theme is paid or nulled? Would you please tell any legit idea or assistance. Thanks again!

  11. Jeffrey Efosa says

    Hi, thank you so much for this informative post. I’d like to confirm my doubts. I created a wordpress site some months back and have not known about child themes until now. However, I have not made changes to the theme files directly but have made a lot of changes with the themes’ Customize. My question is, will I lose my changes when I update my current theme? Thanks in advance.

  12. Alice says

    Hello!
    I’ve started with a child theme with only a few overridden parent files, but now I ended with more customizations than I thought. How is the website loading time affected by having more and more files in my child theme?
    Thanks,
    Alice

    • WPBeginner Support says

      That would heavily depend on the files and what they change, there is no specific amount that is guaranteed to change.

      Admin

  13. Simon says

    Hi!

    Let’s say I created a child theme of a parent Astra theme. If I want to change something inside Customizer (not theme editor) do I have to use child theme or parent theme? In other words – when I have a child theme, then I only operate with a child theme and leave parent theme deactivated or not?

    Thank you!

    • WPBeginner Support says

      When using a child theme you would make any changes using the child theme and not reactivate the parent theme.

      Admin

  14. Brandon says

    Hey, and nice article. I’ve been making websites with child themes for the past few years. Now I just came to a realization that the parent theme I’ve been using hasn’t been updated in 2 years. So it seems that the developers have abandoned it. I was just wondering how big are the risks with these sites I’ve made since there are no updates on the parent theme? Will a big WordPress core update break the theme etc?

    • WPBeginner Support says

      Sadly, there is no easy way to test that, if you are concerned you can create a staging site to test how an update would be handled.

      Admin

  15. ryad says

    hi when i use a child theme and the time to update has come ,do i need to activate the parent theme befor updating or do i update the with the childtheme activated ?

    thank you

    • WPBeginner Support says

      You would update the ones that have an update available and you do not need to activate the themes you are updating.

      Admin

  16. Arnolfo says

    I’m kinda confused between when I should use a child theme.

    I have a large scale template loaded in WP. I want to customize it to serve as a small scale template for heating/cooling dealers.

    I’m not changing the underlying css code – just swapping out images and text that is more HVAC related..

    Would it make sense to make this a child theme of the original template or if a dealer orders a site make the dealers site the child sites?

  17. Emmanuel says

    Hello, please i want to remove media query from my theme so that i can have no problem using jet-pack mobile theme. my theme name is CHURCH AND EVENT. i cannot find media query so i could remove it. i want to disable responsive in my theme. kindly help me out. thank you,

  18. Jody Heath says

    I’m all for child themes when absolutely need. The theme I’m currently using, however, offers enough customization, though, I haven’t needed to create a child theme. Usually… if you are thinking about a customization, and you think you need to get into the Dashboard > Appearance > Editor > …. well consider this: If you made change in the Editor, you would lose those customizations every time the theme updated; hence, then need for a child them. But before you go down either road, do a google search and see if you can accomplish your same goal within your actual theme customization options which would be the simpler and preferred option (if available).

  19. Jane says

    Hi,
    Sorry, I still dont get it, but i really want to. I dont get parent child relationships here. So I bought a theme, it comes with parent and child theme. I will be doing some css updates for sure, so i should be doing this to a child theme <- so far so good.

    What is confusing for me is the update part. So when update comes in, what do i do? I update parent theme and it doesn't touch the child theme and child theme gets the updates too magically? Or i update child theme and it somehow avoids touching the main files? Or i treat it like dev/live environment where i copy functions from one another? Do I need to install both parent and child theme? I have never dealt with this before, sorry if this is like 2+2 type of question.

    • WPBeginner Support says

      Hi Jane,

      1. You will apply your custom css to child theme.

      2. You will get updates for the parent theme. When you update a parent theme your child theme only inherits the changes that are not over written in the child theme. For example, your child theme custom css will not change and any changes you made to the code in the child theme will remain intact.

      Admin

    • Paul says

      Hi Jane,
      You might think of it as a little like an outfit.
      Your child theme might be like a favourite sweater you pull on over skirt and blouse (parent theme): if you change the skirt and blouse for pants and shirt (update parent theme) then you can still pull on your favourite sweater to keep the “look” you wanted to have.

  20. Daniel says

    You say that child themes aren’t necessary, when you’ve only made minor changes. Since it is always vital to update your theme, isn’t it better to always have a child theme, even if you have only made a minor change? I mean, why should you loose your (even minor) change, every time you install a new update?

    • WPBeginner Support says

      Hi Daniel,

      Minor changes like custom CSS added using Customize are not affected by theme updates. If you have changes made to actual theme files, then it is better to use a child theme.

      Admin

  21. Cristal Lawrence says

    3. How would you respond in this situation?

    Context: In order to administer a WordPress site, the site owner must log in. When logged in, WordPress makes the log in button disappear. i.e log in is only visible for visitors who are not already logged in. Some people don’t realise this and look at their site (when logged in), and then look at the theme demo (when not logged in), pick up on the difference and see the missing login button as something which needs to be fixed.

    The customer submits this support request:

    I am using your theme for my website and while I’m editing it
    I can’t see the Log In button which I see on your theme demo
    site on my page.

    I have followed all your instructions and installed the dummy data and
    believe this should be working.
    I paid good money for this theme and expected that it would be easy
    to install the dummy data and get my site looking exactly as the demo
    for launch next week, and frankly, I’m a little disappointed.
    Please fix this for me.

    • Aharon Smith says

      It sounds like they are worried that there is not a way for people to log into the site, vs not having the theme look exactly as the demo. I would explain to them that once they are logged in, that button disappears. I would then tell them the benefits of that feature, such as having a less cluttered website, etc.

      If they are still upset about it, Explain that you appreciate the feedback and you will ensure that in the future you make things clearer on the website. I would suspect that they will be ok with it, once they understand the reasoning behind why the button disappears.

  22. Alex says

    Hi there,
    WP beginner here. So let me know if I got this right:
    If I have set up the Divi theme, but I have tweaked certain elements within the theme – like button outline colour, font colours, hover colours – all within the boundaries of the given Divi UI – do I need to think of creating a child theme for future update scenarios? Or would tweaks like these be inherited in future updates with no further hassle?
    No custom css added, nore did I meddle with php on the mentioned project.
    Thanks!

  23. mummygeek says

    I am using a child theme and if I’m making changes to any files then I make sure those edited files are in the child theme with the same path (at least I think that’s what I’m meant to be doing.) However now that I come to update the theme on my LIVE site I don’t see what I should now do with the child theme since the update parent theme also has a child theme. Surely the older my original child theme files get the more and more different it becomes to the updated parent theme files until one day it all breaks.
    I’m not clearly seeing how to treat my child theme as I do updates ??

  24. Apap says

    Hello engineer Syed,
    I am reading this post for the third time, and it served me well because I am seriously in need of good theme for my blog, but my problem is that I am a complete newbie to the world of blogging, and thus choosing the right theme for my blog has become great problem for me.
    And the bugging question is that does this “Genesis framework theme” have two sidebars because I value a theme with two sidebars so much.
    Thanks.

  25. Nathan says

    I have couple questions regarding this pls.

    Basically I have 0 coding skills and i am using visual editing software to edit a theme i bought. my edits are basically changing the logos, deleting extra pages and changing widgets/sliders on the pages from the themes own selection

    1) Do you think I should have a child theme aswell as this theme gets updated once a week and its a new theme, meaning there will probably be a lot more updates in the future. ?

    2) if not, what do you think is my best approach to updating this?

    I am a newbie to WP, just used it this week for the first time lol

  26. Aad says

    I still have a question after reading your great post.

    I’m using a theme and haven’t changed anything major and especially not in style.css or functions.php.
    I have only changed some auto ‘translation’ flaws the theme has such as php files found in the ‘inc’ map. For example file: /inc/shortcodes/portfolio.php

    My question is now:
    Are these text adjustments that i made in the php codes going to be deleted once i update theme? And should i therefore use a child theme?

    Hope to receive you advice shortly.

    P.s.: I’m a great fan of your posts. Thanks!

    • WPBeginner Support says

      Hi Aad,

      Yes most likely they will be replaced. You need to backup your theme before update. After the update you can copy paste your changes from backup to the newly updated theme.

      Admin

    • WPBeginner Support says

      Actually it depends on what they want to achieve. The most important reason for using a child theme is when you want to customize your theme without editing the parent theme.

      Admin

  27. Mark Toon says

    My computer knowledge is all host based, 3rd generation stuff, so all this web “stuff” is a foreign language – one I don’t really want to learn. Yes, I’m that old! I understand parent child relationships in databases, but this web stuff is beyond me.

    My kids gave me a website as a christmas present to display works from my hobby. Nice! Initially, my daughter set the site up using a stock theme, and put some content out there, just to show me what was possible. The thought was that a stock, off the shelf kind of set-up would be enough for me to post pictures and text, in some kind of organized fashion. That’s really all I’m doing. No e-commerce, very little email, and not a whole lot of commenting and replying. (That’s what Facebook is for…)

    A week after Christmas, after I had set the site up the way I wanted it, I updated the theme and lost everything! Since then, I have avoided anything that looks like a theme update.

    Now, hearing about how many security issues there are (and after having one particular page targeted by some kind of Russian spammers leaving endless and pointless comments) I see that may not be the best approach.

    Is there any way to update a parent theme *without* losing everything? I’ve got a years worth of work created online and really don’t think I want to have to restart from scratch because of a random update.

    Am I as screwed as I feel I am?

    • WPBeginner Support says

      Hi Mark :)

      It is alright to feel overwhelmed by complex terminologies. However, many of our users, who all started like that eventually got better at managing their websites like total pros :)

      Yes you should keep your theme updated. All good quality WordPress themes can be easily updated. Unless you make direct changes into your theme files. Those changes will be overwritten when you update the theme.

      Bookmark our WordPress troubleshooting guide and you will be all set to fix minor issues on your own without needing any help. It also have a section on how to switch to a default theme, which is the first step in fixing a poor theme update.

      Admin

      • Stephanie says

        What would constitute a “direct change to a theme file” ? Are we talking font changes? Images? Apologies, I am a beginner and some assumptions go over my head.

        • WPBeginner Support says

          We mean going into the theme’s files and editing the code there such as under Appearance>Editor

  28. Bryan says

    Hi,
    its very helpful in my blogging. i use Parent and child both of them.
    please check my link.

  29. Eddie says

    Hi There, Great article! This really clarifies a few things for me, but now brings me to question some of my motives.

    I’m interested in setting up a directory theme on a sub-domain HOWEVER as it appears most of these theme are child themes BUT I don’t necessarily have a need for a full fledged parent theme. My question is, do I / should I install a parent framework theme 1st in order to take full advantage of the directory child theme?

    Hope that makes sense?
    thanks
    Ed

  30. Mato says

    I recently used hueman theme and I was able to create my own child theme for the today theme. Just added the template tag in style.css for the child theme to reflect the parent theme and a code to import stylesheets in the functions.php of the child theme. From there, I could make all the modifications I wanted to the parent theme. Was a good experience learning how to create a child theme. Thanks to wpbeginner for being there for us.

  31. Richard Jones says

    Please can you explain how duplicating a template file into a child theme and then making a minor modification to it allows one to benefit from a security update to the parent theme? Surely the the child themes’ code will retain the vulnerability and continue to override the parent theme’s fix?

    • WPBeginner Support says

      Most well coded WordPress themes avoid coding functionality right into a template. Instead, these functionalities are stored in different directories like inc, js, or functions.php file. Most templates used to display pages or sections on your website, usually generate HTML from template tags defined elsewhere in the WordPress core or your theme’s functionality files. It is not recommended to duplicate functionality files, this would result into error because those functions would already be defined in the parent theme.

      Still, if you are unsure, then you can manually update your child theme after an update to the parent theme. You can use file difference tools to see whats changed into new template files and then copy those changes into your child theme.

      Admin

  32. bikeman says

    Please can you explain how duplicating a template file into a child theme and then making a minor modification to it allows one to benefit from a security update to the parent theme? Surely the the child themes’ code will retain the vulnerability and continue to override the parent theme’s fix?

  33. Daquan Wright says

    I need to ask a question answer asap as I am working on my own site.

    Do I need to create a child-theme for my own wordpress theme (as I am the only one who will update it)?

    I’ve never used one before.

    Also, do I need to create a child-theme for clients when they will be able to modify their theme (but no updates will be released for it)?

    I will be making websites, but I’m not releasing periodic updates. So I need these points clarified, or, should all wordpress themes use a child-theme?

    • WPBeginner Support says

      Its up to your personal choice. If you are writing a theme for your own use, then you can make changes to it directly.

      About adding child theme for clients, again it is up to you.

      Admin

  34. Joshua Grant says

    Something to watch for: child themes aren’t ALWAYS totally update safe. We recently hit an issue with a client site where a parent theme — one of those “premium all-in-one” themes that shall remain unnamed — significantly changed their page structures and classes, invalidating all of our child theme CSS.

    • david b says

      hi gurus. ok i have a website that i have spent eternity on getting it exactly how i want it. i paid money for a theme i liked it so much. now just when everything was going great, i am no longer able to update it (because it totally ruins my site in every way imaginable) and it is no longer responsive as it once was. The weird thing is, it is responsive on an android tablet just not apple stuff. Does anyone have any advice to get it responsive again? Should I somehow start over and use a child theme? (I never used a child theme I made all of my myriad of customizations on the parent theme)…what are my options? Any help would be GREATLY appreciated!

  35. Mish says

    Hi…
    I am using Twenty Eleven Theme and the only change that i wanna do, at the moment, is add posted on date to it. Can you tell me how to do that?

  36. Phil Long says

    Child themes: potential complications outweigh the marginal benefits. You may as well just install an original version which you never touch and a customer version. So you always have the originally too reference/fall back on.
    Problem with child themes: Do you have the same differentiation built in between Splash and Site Home Page?
    1, If I wanted to customise the CSS, why not just create a custom_style.css and enqueue it after style.css.
    2. But the main problem I have is that it preservers the parents functions file. Considering its the hub of the site you should as a developer be getting to know that file really well, not be presented with a blank child functions.php. And worst than, that the Parent functions.php usually sets up a whole load of constants & includes pointing to files and sub_directories in the parent theme

    2(a)Throughout your theme’s child php files their are more than likely CONSTANTS pointing the parent parent php files. If the whole purpose is to only customise the child theme then all those constant (or at least they declarations will have to be re-pointed).

    2(b)With the includes also pointing at parent files at best it could leave you mighty confused about why your child edits don’t see to be effecting anything. At worst it could create a fatal repeated function declaration error. So you’ll need to cut the includes out of the parent functions and replace them with the includes in your child.php but point them at child paths and files.php they will could cause.

    2(c)And then then are all the other parent functions in your functions.php which refer to parent.php files/functions. Again this means if you want to change any child.php you have to trawl through hierarchies of function calls to see if its triggered by the parents functions.php. If it is, then in order to maintain the principal of not customising parent.php you have to move that function from parent function.php to the child’s.

    I just think its not work the hassle, and certainly if I was to use a child again I would CUT AND PASTE all the entirety of parent functions. php into the child.

    3. AND when the parent theme UPGRADES you lose the fallback of the parent theme anyway.. although this might be preferable to the upgrade wiping out all your customised child.php files as happened to me once.

  37. Wayne Hatter says

    I seriously think that this post is going to confuse a lot of people. Because as a developer… this is totally not targeted to me. Because I don’t even use a framework and my workflow streams pretty good.

    With the frameworks, you still have to learn the hooks and what they do.

    The same amount of time it would take to learn those hooks a person could learn to use the core WordPress hooks all the same.

    So here is a thought. It frameworks are the way to go, why are there still a great amount of themes being developed?

  38. jay says

    Hi,

    I am a beginner and I am making a blog on weight loss. Do I need to get Genesis before selecting any template?

    I was just going to buy a theme from themeforest and someone stopped me and told me to buy a parent theme first? Is it needed for newbies? Or can we start with a theme from themeforest?

    I look forward to your response.

    Thanks

    • Bales says

      Pls do some research before moving forward. I am a beginner too been learning as much as possible before picking a theme, reason being that I don’t want to put all this hard work into a website business and have it perform bad or worse totally fail because I jumped the gun and didn’t do my homework. Tip – themes that are badly coded can hurt your SEO and cause other issues.

      Now if you just want to play around with WP and build a website, not sure if you will be doing this long term, I would start with the themes already on WP.

      I have heard good and bad things about themes sold on Themforest. I would Google …are themes purchased on Themeforest reliable ….and see what you find. As WPB support said no need to use Geneisis just use a good quality theme. True but as a newbie, I assume you are not a devoloper, knowing what a “Good quality theme” looks like, is not easytask. Like I said pls reach if you are serious about having an online website biz.

      Now I have found my new passion after all my research, love making my own website for my business and will continue to design sites for others in my niche after all I have learned. I teamed up with Geneisis because I feel like I have the best of both worlds. They worry about WP updates and best practices and best cleanest code to use and a ton more thing I don’t care to learn about….. And I do the designing and tweaking and build my website with confidence knowing I did my research and picked the best company to help me with my goals, once again I went this route because I not a devoloper nor do I want to be one.

      Yes devoloper can make their own themes as some have commented this topic of child themes etc this is not for them. But I love it and happy I too can create child themes and not have to go back to school, to build a solid website for my biz. I just want to learn enough CSS etc to tweak themes built on Geneisis framework and I am ready to go. JUST my 2 Cents ….LOL

  39. Ria says

    Hi, I wanted to ask if it’s true that child theme could be not so useful but wrong thing for website? I have wordpress twenty fifteen theme (customized). once I download already made child theme, was making some changes (copy/paste information from main files to shild theme) and “broke” my site. The guy who helped me to customize the theme, when I asked to create child theme, told me, that child themes makes site work slower, can make you confused (if you are making many changes, which one file is already changed) and it’s not good for site.Like all changes should be made only in main files. And he refused to create child theme. So how it is? Because everywhere I read that child theme is “must”. Is my “helper” answer is only laziness to make more work? So how it is?:) Thank you for help:)

    • WPBeginner Support says

      Child Themes are a time saver. Some WordPress developers may not like to create child themes and would rather edit the main theme files. This is not safe in the long run and we will advise you against it. Perhaps you should consider getting better adviser for your project.

      Admin

    • Steve Wilkinson says

      That’s a really good ‘business’ plan for a developer who wants to keep you locked into their service. Every time that theme updates, they will have to rebuild their version of it. Or worse, you’ll not get the theme updates and miss improvement, but maybe even be open to exploits.

      Web development IS NOT a one-time thing! Unfortunately, that’s the way a lot of web design shops are setup. And usually, I’ve often found these are the marketing and graphic arts oriented ones that maybe understand the marketing/visual aspects of a site really well, but they don’t know much of anything about the technical side.

      I about fell out of my seat a few months back, when on a major podcast for graphic design professionals, the whole crew started talking about WordPress, plugin, and theme updates… and advised people not update stuff because that often breaks things!

      Well, yea… that’s why you don’t do what these folks are doing. They build a pretty site and hand it off to the client… who has to deal with hosting and issues around updating, not updating, etc. Rule #1 of WordPress sites is KEEP STUFF UP TO DATE!!! If whatever system/developer you’ve picked can’t handle that… you’ve picked the wrong one.

  40. Kirsten says

    I am completely new to child themes. Could somebody give me a for instance on what is “an extreme change”, which means that a child theme would be the way to go for me?

    Thanks :-)

  41. Maryam says

    Let’s suppose I need to modify the header.php file so i over-ride it and place it in my child theme folder – along comes a theme update and the header.php file in the parent is updated with some useful updates. Will they apply to my child theme?

    • Steve Wilkinson says

      I need to look into this more in detail (as I’m not an in-depth theme coder), but my understanding is that it’s a maybe/no kind of situation. Unless I’m mistaken, I think you can think of a child theme as kind of an overlay situation (remember those classroom projectors with sheets vellum and how they could be layered?).

      So, I suppose you’d get some of the new code and functions in the parent, so long as the child wasn’t overriding them. And, if you’ve copied the entire file from the parent, the child is going to have everything except the changes you made and the new updates they’ve made.

      But, if they’ve changed something where your child-them also has it declared, I think the child will override. I’d *love* to hear more about this, as it’s something I’ve been looking into more recently as well in customizing WooCommerce stuff (i.e.: what do I need to look for each time WooCommerce updates the template files).

      I’m sure a good theme developer could answer this much better, but that’s kind of my layman’s description as a code tweaker. :)

      • Anne Marie says

        Thank you so much for the transparency/overlay comparison. My understanding of it all fell into place when I read that. Thanks again!

  42. WPBeginner Staff says

    Thomas,

    A proper Theme System was introduced in WordPress 1.5 back in 2005. The earliest mention of child theme we could find was in the 2006 codex article on theme development. Hope this helps.

  43. Thomas Vasquez says

    Maybe someone here can provide an answer to a question I have been looking for for a while now: When did WordPress first introduce child themes?

    I have searched the Codex and checked each version and cannot find any mention of when they were introduced (or maybe I missed it?)

    Does anyone know?

  44. Kendall says

    I am thinking of switching my blog from a free wordpress theme to Genesis Framework + Theme. Do you have any articles about picking the right theme? Also how to create custom headers/ logos for your blog that you can easily add to your site through the Genesis Framework?

Leave A Reply

Thanks for choosing to leave a comment. Please keep in mind that all comments are moderated according to our comment policy, and your email address will NOT be published. Please Do NOT use keywords in the name field. Let's have a personal and meaningful conversation.