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.
- Host: GitHub
- URL: https://github.com/9d8dev/761
- Owner: 9d8dev
- Created: 2023-10-17T21:29:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T15:00:23.000Z (about 1 year ago)
- Last Synced: 2025-12-14T00:49:16.618Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 197 KB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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).