An experimental block theme for designers, developers, and creators.
Frost is a Full Site Editing theme for WordPress that extends the incredible power of the editor, enables builders to create amazing sites with little effort, and elevates the potential for freelancers and entrepreneurs. See the Frost theme in action at frostwp.com.
Download the latest stable release: frost-0.9.6.zip
- Gutenberg plugin (latest)
- WordPress 5.9+
- PHP 5.6+
- License: GPLv2 or later
You can download the latest stable release of Frost using the link above. Alternatively, install the entire repository for development purposes:
- Set up a local WordPress development environment, we recommend using Local.
- Ensure you are using WordPress 5.9+ with the Gutenberg plugin active.
- Clone / download this repository into the
/wp-content/themes/
directory of your new WordPress instance. - In the WordPress admin, use the Appearance > Themes screen to activate Frost.
Coding Standards
Frost adheres 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 errorscomposer run standards:check
Checks all PHP files for standards errorscomposer run standards:fix
Attempts to automatically fix all PHP standards errors