Post types creator archived
Helper plugin for easily creating localize-ready custom post types and custom taxonomies in WordPress
★ 12stars
17kcomposer installs
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pelmered/post-types-creator/archive/refs/heads/master.zipAlso on Packagist as pelmered/post-types-creator:
composer require pelmered/post-types-creatorFrom the readme
Post types creator
Helper plugin that provides an easy interface for creating fully translated custom post types and taxonomies according to best practice with only a few lines of code for WordPress.
Contents
- Features
- Planned features
- Common problems & troubleshooting
- Installation
- Composer
- Normal manual install
- Use the example plugin as a boilderplate for your custom post type plugin
- Usage
- Adding custom post types
- Minimal:
- Example / typical:
- Adding taxonomies:
- More examples / Example plugin
Features
- Easy interface, just a few lines of code requiered.
- Flexible. Does not restrict anything, you can pass any arguments to registerposttype() and registertaxonomy() by simply specifying them in the normal way and they will override the defaults.
- Translation ready (All the labels in WP Admin will be translated and you only need to specify singular and plural form of the post type name). Translation currently supports the following languages:
- English
- Swedish
- Norwegian
- Plase help me to add more!
- Translated permalinks/slugs for post types and taxonomies are generated automatically, but it is possible to override th
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.0.2 | Mar 22, 2017 |
| 1.0.1 | Aug 28, 2016 |
| 1.0.1-beta | Jan 18, 2016 |
| 1.0.0-beta | Jan 18, 2016 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.