bmarshall511 / hello_elementor_child
Get a jump start building WordPress themes using Hello Elementor Child, a child theme of Hello Elementor.
Package info
github.com/bmarshall511/hello-elementor-child
Type:wordpress-theme
pkg:composer/bmarshall511/hello_elementor_child
dev-master
2021-10-12 19:54 UTC
Requires
- bmarshall511/gulp_starter: dev-master
- composer/installers: ~1.0
- oomphinc/composer-installers-extender: ^2
This package is auto-updated.
Last update: 2026-03-13 05:51:31 UTC
README
Get a jump start building WordPress themes using Hello Elementor Child, a child theme of Hello Elementor.
Installation
Install via Composer (recommended)
In the WordPress project root, run:
composer create-project bmarshall511/hello_elementor_child wp-content/themes/hello-elementor-child dev-master
Manual Install
- 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 installinside the directory. - Enable and make it the active, default theme.
Development
For information on developing and compiling resources within the assets folder, see the gulp-starter README.md.