This gig creates a child theme for your existing WordPress theme.
Good reasons for creating a child theme;
- Theme Update: If you make any changes to your theme core code or files, the changes/edits are most likely to be lost if you update your theme. The child theme allows you to update your parent theme while keeping all changed you have made to your header, footer, styles, functions, etc
- Wp Development: If you are new to WordPress development, the child theme allows you to play around with your Wordpress files without causing any major damage to your site. it is the safest way to learn WordPress development. It can also speed up your development process for seasoned developers.