Myself Narender Singh Thakur ( NST ) and i share my Experience/Knowledge and Tricks for folks and beginners to solve their issues while making websites through this Planet.
How to create and customize child theme in wordpress ?
or
How to create child theme in wp ? Child theme – wordpress
Here is the way to create a child theme, based on parent or master theme in WordPress.
A child theme allows you to use and modify a master theme, and then save the child theme separately without affecting the parent theme. In case you want to update your parent theme in future then the changes will not effect on your website design.
Before you begin this guide you’ll need the following:
Access to WordPress dashboard area. Access to file manager or FTP.
To create a new directory, you can either use FTP client or File Manager. Go to existing wp-content/themes directory and add new directory with name of parent theme and add -child to end of that directory. Like if the parent theme name is nstplanet then simply you can add new directory there with name nstplanet-child. Remember not to include any spaces in the file name because they can cause errors.
Like this directory ..
Then add a style.css file and functions.php file inside this folder and copy and paste these things inside the files..