https://github.com/wpbones/wpkirk-cpt-boilerplate
A WP Bones example how to create and handle the Custom Post Types and Custom Taxonomy
https://github.com/wpbones/wpkirk-cpt-boilerplate
Last synced: 12 months ago
JSON representation
A WP Bones example how to create and handle the Custom Post Types and Custom Taxonomy
- Host: GitHub
- URL: https://github.com/wpbones/wpkirk-cpt-boilerplate
- Owner: wpbones
- License: gpl-3.0
- Created: 2024-11-30T17:39:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T05:54:34.000Z (about 1 year ago)
- Last Synced: 2025-05-01T17:11:44.999Z (12 months ago)
- Language: PHP
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Bones CPT Boilerplate WordPress Plugin
WP Kirk CPT Boilerplate is your starting point to create a WordPress plugin using [WP Bones](https://wpbones.com/) Framework Library.
## Installation
```bash
git clone -b main https://github.com/wpbones/WPKirk-CPT-Boilerplate.git
cd
composer install
```
## Documentation
You'll find the [complete docs here](https://wpbones.com/docs).