Wonderpress Theme is the official Wonderful boilerplate theme for WordPress. The goal is to provide coverage for the basics of a WordPress theme, without imposing opinion on styles or structure.
This theme leans heavily on Wonderful's Static Kit development environment.
- Download the theme into your Wordpress installation
- Run
$ npm install
- Static Kit will automatically be installed and prepared in the theme directory
- Run
$ gulp
Wonderpress Theme includes tools to lint your code against the WordPress Coding Standards.
To lint your code:
- Install all dependencies with
$ composer install
- Run the linter with
$ composer run lint
To automatically fix errors found during lint:
$ composer run lint-fix