Simple post types and taxonomies using Extended CPTs for Acorn.
Install via Composer:
composer require roots/acorn-post-typesStart by optionally publishing the post-types config:
$ wp acorn vendor:publish --provider="Roots\AcornPostTypes\AcornPostTypesServiceProvider"Post types and taxonomies can be configured in the published config/post-types.php file.
If you discover a bug in Acorn Post Types, please open an issue.
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
Acorn Post Types is provided under the MIT License.