Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 639 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 639 Bytes

Theme for headless WordPress by redandblue

This theme removes everything visible from the WordPress and sets up some good practices and conventions for the REST API, and overall as well.

Getting started

Add the following lines to your composer.json

Under 'repositories', add:

{
  "type": "git",
  "url": "https://github.com/redandbluefi/wp-headless-theme.git"
}

Under 'require', add:

  "redandbluefi/wp-headless-theme": "dev-master",

Note: Currently requires ACF to REST plugin

Should work with Polylang

Credits

Inspired by https://github.com/postlight/headless-wp-starter, big thanks 🙏