Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.21 KB

readme.md

File metadata and controls

28 lines (18 loc) · 1.21 KB

761 Headless WordPress Theme

Headless Theme for Fjord and Mach1

This repository hosts an empty WordPress theme designed for use with a Headless WordPress workflow. It's a joint venture by Bridger Tower and Cameron Youngblood at 9d8.

Project Structure

  • functions.php: Your functions file
  • index.php: Main template file
  • style.css: Main stylesheet
  • screenshot.png: Theme screenshot

Usage

How to Enable the WP Rest API

  • Download the repository as a .zip file and upload it to your WordPress site as a theme. Activate the theme and you're ready to go!
  • Install Advanced Custom Fields and enable the RestAPI for ACF. This will allow you to use ACF fields in your headless application.
  • Use functions.php to create custom post types and taxonomies. You can also use this file to create custom endpoints for your headless application.

Contributors

License

This project is open-source, licensed under MIT License.