In my last post, “Customizing a WordPress Theme – The Right Way“, I mentioned that the function.php file is used to add new functionality to your Child theme. Many times this may be to add additional HTML elements and tags to allow for use in styling (i.e., CSS). Another use of the function.php file within a Child Theme is to read more →


