/wpengine-themes

A collection of experimental block-based WordPress themes by WP Engine.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Theme Experiments by WP Engine

A collection of experimental block-based WordPress themes by WP Engine.

Frost for WordPress

Getting Started

You can download the latest stable release of each experimental theme using the links below.

Alternatively, install the entire repository for development purposes:

  1. Set up a local WordPress development environment, we recommend using Local.
  2. Ensure you are using WordPress 5.9 or version 5.8+ with the Gutenberg plugin active.
  3. Clone / download this repository into the /wp-content/ directory of your new WordPress instance replacing the existing /wp-content/themes/ directory.
  4. In the WordPress admin, use the Appearance > Themes screen to activate any of the available themes.

Coding Standards

Themes adhere to the WordPress coding standards. To optionally test standards locally, you will need Composer on your machine. Run composer install to install test-specific development dependencies. The following commands are available:

  • composer run lint Checks all PHP files for syntax errors
  • composer run standards:check Checks all PHP files for standards errors
  • composer run standards:fix Attempts to automatically fix all PHP standards errors

Resources