https://github.com/WebDevStudios/custom-post-type-ui
Admin UI settings for creating custom post types and taxonomies in WordPress
https://github.com/WebDevStudios/custom-post-type-ui
Last synced: 8 months ago
JSON representation
Admin UI settings for creating custom post types and taxonomies in WordPress
- Host: GitHub
- URL: https://github.com/WebDevStudios/custom-post-type-ui
- Owner: WebDevStudios
- License: gpl-2.0
- Created: 2013-04-28T20:54:04.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T14:09:38.000Z (over 1 year ago)
- Last Synced: 2024-11-27T14:29:12.321Z (over 1 year ago)
- Language: PHP
- Homepage: https://webdevstudios.com
- Size: 17.9 MB
- Stars: 627
- Watchers: 58
- Forks: 143
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# Custom Post Type UI
[](https://webdevstudios.com/contact/)
Admin UI for creating custom post types and custom taxonomies for WordPress
Core Developers:
* [Michael Beckwith](http://github.com/tw2113/)
* [John Hawkins](https://github.com/vegasgeek)
* [Brad Williams](https://github.com/williamsba)
* [WebDevStudios](https://github.com/webdevstudios)
## Description
Custom Post Type UI (CPTUI) provides an easy to use interface to create and administer custom post types and taxonomies for WordPress.
CPTUI does NOT handle display of registered post types or taxonomies in your current theme. Its goal is to simply register them use.
## Installation
### Manual
1. Upload the Custom Post Type UI folder to the plugins directory in your WordPress installation
2. Activate the plugin.
3. Navigate to the "CPTUI" Menu.
### Admin Installer
1. Visit the Add New plugin screen and search for "custom post type ui"
2. Click the "Install Now" button.
3. Activate the plugin.
4. Navigate to the "CPTUI" Menu.
That's it! Now you can easily start creating custom post types and taxonomies in WordPress
## Frequently Asked Questions
Please see the Help/Support section for FAQs and start a new thread on the support forums for Custom Post Type UI if none of those answer your question.
## Other Notes
Import/Export functionality amended from original contribution by [Ben Allfree](http://wordpress.org/support/profile/benallfree).
### Outside contributors that we wish to thank
[brandondove](https://github.com/brandondove)
## Change Log
See [CHANGELOG.md](CHANGELOG.md) for the full list of changes.
## Licensing
The code in this project is licensed under [GPL v2 or later](LICENSE).