roots / acorn-post-types
Simple post types and taxonomies using Extended CPTs for Acorn.
Fund package maintenance!
roots
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=8.1
- johnbillion/extended-cpts: ^5.0
Requires (Dev)
- laravel/pint: ^1.13
- roots/acorn: ^4.0
README
Simple post types and taxonomies using Extended CPTs for Acorn.
Requirements
Installation
Install via Composer:
composer require roots/acorn-post-types
Getting Started
Start by optionally publishing the post-types config:
$ wp acorn vendor:publish --provider="Roots\AcornPostTypes\AcornPostTypesServiceProvider"
Usage
Post types and taxonomies can be configured in the published config/post-types.php
file.
Bug Reports
If you discover a bug in Acorn Post Types, please open an issue.
Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
License
Acorn Post Types is provided under the MIT License.