https://github.com/wpstore/cpt-person
WordPress Custom Post Type (CPT): Person [Bleeding; not for production!!!]
https://github.com/wpstore/cpt-person
Last synced: 2 months ago
JSON representation
WordPress Custom Post Type (CPT): Person [Bleeding; not for production!!!]
- Host: GitHub
- URL: https://github.com/wpstore/cpt-person
- Owner: WPStore
- License: gpl-2.0
- Created: 2014-10-21T16:23:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T11:10:40.000Z (almost 9 years ago)
- Last Synced: 2025-12-26T08:48:22.615Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Post Type (CPT) 'Person'
__Provides a standardized Custom Post Type 'Person' plus metadata registered through CMB2, ACF__
## Changelog
* __0.2.0__ (2017-08-24)
* Rewrite to reduce complexity since this is a plugin providing structured data only
* Removed TGM
* Removed composer + composer autoloader
* __0.1.0__ (2015-02-26)
* Moved code to `WPStore\CPT` namespace
* Use Composer PSR-4 autoloader (for now)
* Testing [TGM-Plugin-Activation](https://github.com/thomasgriffin/TGM-Plugin-Activation) library to require ACF or CMB2
* __0.0.3__
* Activation: Check for `person` cpt to prevent conflicts
* __0.0.2__
* ADDED support for [CMB2](https://wordpress.org/plugins/cmb2/)
* FIXED support for [ACF](https://wordpress.org/plugins/advanced-custom-fields/)
* __0.0.1__
* Running prototype
* Register CPT `person`