How to create a child theme
If you have some coding experience and plan to make advanced customizations to your site, we recommend creating a child theme. Then you will be able to:
- Add custom PHP snippets to the child theme's
functions.php
file; - Add custom CSS snippets to the child theme's
style.css
file; - Override template parts by copying them to the child theme's folder.
You can generate a child theme using the WP Child Theme Generator plugin. Once the child theme is created, you can remove the plugin.