Basic Child Theme for Benenson Theme.
Benenson Child theme unhooks the parent theme styles and imports them via the child theme SCSS files. Child theme styles are then hooked in using the enqueue method.
Note: If your Benenson parent theme is in a different directory to the normal wp-content/themes/benenson
location, you may need to change file paths in the SCSS files.
- WordPress >= 5.0
- Benenson Theme >= 1.0.0
- PHP >= 5.6
- Node >= 8.9.* (for development)
- Yarn (for development)
Please refer to the Benenson Github Wiki for development details for child theme development.
- Run
yarn install
to install Node.js dependencies - Run build...
gulp watch
to start all watch tasks orgulp build --production
to build all production assets.
- Customize the theme.