Get a jump start building WordPress themes using Hello Elementor Child, a child theme of Hello Elementor.
In the WordPress project root, run:
composer create-project bmarshall511/hello_elementor_child wp-content/themes/hello-elementor-child dev-master
- Download the theme.
- Upload the hello-elementor-child folder to wp-content/themes/.
- Download gulp-starter.
- Upload the gulp-starter folder the the hello-elementor-child theme folder and rename it to
assets
. - Install the required node modules in the assets folder by running
npm install
inside the directory. - Enable and make it the active, default theme.
For information on developing and compiling resources within the assets folder, see the gulp-starter README.md.