Tag: theme functions
-
Getting familiar with child themes
I’ve started on a project to create a custom WooCommerce site, and the first step is to create a Storefront child theme and make some customizations. The initial steps from the WordPress.org developer documentation is pretty straightforward – create a folder for the child theme with its own style.css and functions.php files. I made a…