bmarshall511 / hello_elementor_child
Get a jump start building WordPress themes using Hello Elementor Child, a child theme of Hello Elementor.
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 2
Type:wordpress-theme
Requires
- bmarshall511/gulp_starter: dev-master
- composer/installers: ~1.0
- oomphinc/composer-installers-extender: ^2
This package is auto-updated.
Last update: 2024-11-13 02:47:19 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 install
inside 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.