frost icon indicating copy to clipboard operation
frost copied to clipboard

The ultimate WordPress block theme for website designers and developers.

Frost

An experimental block theme for designers, developers, and creators.

Frost for WordPress

About

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.8.zip

Requirements

  • Gutenberg plugin (latest)
  • WordPress 6.0+
  • PHP 5.6+
  • License: GPLv2 or later

Getting Started

You can download the latest stable release of Frost using the link above. 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 6.0+ with the Gutenberg plugin active.
  3. Clone / download this repository into the /wp-content/themes/ directory of your new WordPress instance.
  4. 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 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