https://github.com/graffino/custom-post-type-maker
Wordpress plugin that allows on the fly creation of custom posts and taxonomies.
https://github.com/graffino/custom-post-type-maker
php wordpress wordpress-development wordpress-plugin
Last synced: about 1 year ago
JSON representation
Wordpress plugin that allows on the fly creation of custom posts and taxonomies.
- Host: GitHub
- URL: https://github.com/graffino/custom-post-type-maker
- Owner: Graffino
- Created: 2016-11-09T17:53:36.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-11T13:02:52.000Z (almost 4 years ago)
- Last Synced: 2025-05-07T10:03:18.421Z (about 1 year ago)
- Topics: php, wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 896 KB
- Stars: 6
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Custom Post Type Maker

Custom Post Type Maker lets you create Custom Post Types and custom Taxonomies in a user friendly way. Originally by [Bakhuys](http://www.bakhuys.com/).
## Description
Custom Post Type Maker is the perfect plugin to create Custom Post Types and custom Taxonomies in a user friendly way, just like managing your regular posts and pages.
## Installation
1. Upload `custom-post-type-maker` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Click the new menu item 'Post Types' to create a Custom Post Type or a custom Taxonomy
## Additional configuration
You can add `CPTM_DONT_GENERATE_ICON` in `wp-config.php` to prevent CPTM to generate the 16x16px WordPress image_size. You can do this after you upload an initial icon.
We've added this option because some users have very large image galleries and the additional WordPress image_size matters.
## Frequently Asked Questions
Please ask your question in the [Support Forums](http://wordpress.org/support/plugin/custom-post-type-maker).
## Feature requests
We're supporting this plugin but not actively developing it. If you're interested to contribute you can submit a PR on [GitHub](https://github.com/Graffino/custom-post-type-maker/pulls).
## Localization
Help [translate this plugin](https://translate.wordpress.org/projects/wp-plugins/custom-post-type-maker) in your language.
## Changelog
See [CHANGELOG.md](https://raw.githubusercontent.com/Graffino/Custom-Post-Type-Maker/develop/CHANGELOG.md).