An open API service indexing awesome lists of open source software.

https://github.com/9d8dev/761

A minimal WordPress theme. There is literally nothing.
https://github.com/9d8dev/761

Last synced: 3 months ago
JSON representation

A minimal WordPress theme. There is literally nothing.

Awesome Lists containing this project

README

          

# 761 Headless WordPress Theme

## Headless Theme for use with [next-wp](https://next-wp.com)

This repository hosts an empty WordPress theme designed for use with a Headless WordPress workflow. It's a joint venture by [Bridger Tower](https://bridger.to) and [Cameron Youngblood](https://cameronyoungblood.com) at [9d8](https://9d8.dev).

### 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](https://www.perplexity.ai/page/Enable-the-WordPress-AnWC3ErbTzuT42iHORUI9g)

- 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

- Bridger Tower - [GitHub](https://github.com/brijr)
- Cameron Youngblood - [GitHub](https://github.com/youngbloodcyb)

### License

This project is open-source, licensed under [MIT License](LICENSE).