bmarshall511/hello_elementor_child

Get a jump start building WordPress themes using Hello Elementor Child, a child theme of Hello Elementor.

dev-master 2021-10-12 19:54 UTC

This package is auto-updated.

Last update: 2024-03-13 00:51:45 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

  1. Download the theme.
  2. Upload the hello-elementor-child folder to wp-content/themes/.
  3. Download gulp-starter.
  4. Upload the gulp-starter folder the the hello-elementor-child theme folder and rename it to assets.
  5. Install the required node modules in the assets folder by running npm install inside the directory.
  6. 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.