andykillen/headless-wordpress

There is no license information available for the latest version (1.0.1) of this package.

Simple headless theme

1.0.1 2021-10-31 09:58 UTC

This package is auto-updated.

Last update: 2024-04-29 04:28:00 UTC


README

All that is needed to adapt this theme is to edit the style.css to link to the parent theme of your choosing.

What this theme does is prevent access to the front end unless the user is logged in. The idea being that this is used as a Headless CMS.

i.e. the CMS is at https://cms.example.com but the actual website is at https://example.com and use either GraphQL or the REST api to get the content.