Reader small image

You're reading from  Mastering WooCommerce - Second Edition

Product typeBook
Published inApr 2024
PublisherPackt
ISBN-139781835085288
Edition2nd Edition
Concepts
Right arrow
Author (1)
Patrick Rauland
Patrick Rauland
author image
Patrick Rauland

Patrick Rauland is obsessed with WooCommerce. He has used it as a customer, worked for WooCommerce support, developed core functionality in WooCommerce itself, led three releases, and helped plan their yearly conference (WooConf). He now helps people by writing his blog, creating courses for LinkedIn Learning/Lynda, and writing books. Patrick is also the co-founder of WooSesh, an online conference for WooCommerce developers and store owners. Patrick lives in Denver, Colorado, where you can probably find him at a local coffee shop, typing away
Read more about Patrick Rauland

Right arrow

Extensive customizations using child themes

We talked a lot about how you can customize your theme using the customizer, using hooks, and installing additional plugins. There’s one more common way to customize your theme that’s really useful for sites that want to customize every aspect of their store. That’s using a child theme (https://developer.wordpress.org/themes/advanced-topics/child-themes/).

I like to think of a child theme as a second draft. You choose a theme to be the parent and then you modify from there. You could choose any WordPress theme as the parent, and I would suggest starting with one of the three themes we already covered in this chapter.

Then, in the child theme, you can customize the styling (CSS) and the functionality (the hooks).

One of the most important benefits of a child theme is that it allows you to update the parent theme and bring in new changes while still keeping your modifications intact.

An additional benefit is...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Mastering WooCommerce - Second Edition
Published in: Apr 2024Publisher: PacktISBN-13: 9781835085288

Author (1)

author image
Patrick Rauland

Patrick Rauland is obsessed with WooCommerce. He has used it as a customer, worked for WooCommerce support, developed core functionality in WooCommerce itself, led three releases, and helped plan their yearly conference (WooConf). He now helps people by writing his blog, creating courses for LinkedIn Learning/Lynda, and writing books. Patrick is also the co-founder of WooSesh, an online conference for WooCommerce developers and store owners. Patrick lives in Denver, Colorado, where you can probably find him at a local coffee shop, typing away
Read more about Patrick Rauland