How To Create A WordPress Child Theme
Sometimes you may want to modify a WordPress theme beyond what the customizer allows. In these instances, you may have to modify the code of your WordPress theme. It’s best practice to create a child theme prior to modifying any of your theme’s code so as to prevent your changes from being lost when updates […]
How To Make A Child Theme In WordPress
If you’re planning to make any CSS changes to your WordPress Theme, it is best if you create a “child theme” before proceeding. By making a child theme and adding your changes there you don’t have to worry about losing your progress when there is a theme update. What Is a “Child Theme”? A child […]