What is WordPress Child Theme?
A WordPress Child theme is essentially a theme that fully inherits the styles and functions of the parent theme. WordPress will first check to see if a template file exists in the child theme, if not, then it will pull from the parent theme. A child theme is the safest way to modify a WordPress theme without making any changes...