Creates a post type for "documentation". It meant primarily for product documentation, though you could adapt if for your own specific use.
- Registers a "documentation" post type
- Registers a "documentation-category" taxonomy
- Registers a "documentation-tag" taxonomy
- Registers a "product-tag" taxonomy
- Adds the post count to the admin dashboard
- Translation ready
- WordPress 3.8 or higher
No. It's meant to be more of a white-label plugin to use for your own client projects.
This is how translation files (.pot) are built. If you have Grunt installed and need to generate a new translation file, just run npm install
and then grunt
. If i18n is not needed for your project, feel free to remove.
Yes, go ahead. If you're also interested in having metaboxes, you may also want to look at this project.
Built by Devin Price. The "Dashboard Glancer" class and much re-used code from the Portfolio Post Type plugin by Gary Jones.