documentation-post-type
documentation-post-type copied to clipboard
Created a WordPress custom post type for product documentation.
Documentation Post Type
Creates a post type for "documentation". It meant primarily for product documentation, though you could adapt if for your own specific use.
Description
- 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
Requirements
- WordPress 3.8 or higher
Frequently Asked Questions
Is this plugin on the WordPress repo?
No. It's meant to be more of a white-label plugin to use for your own client projects.
What is Gruntfile.js and package.json used for?
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.
Can I use this one my own site?
Yes, go ahead. If you're also interested in having metaboxes, you may also want to look at this project.
Credits
Built by Devin Price. The "Dashboard Glancer" class and much re-used code from the Portfolio Post Type plugin by Gary Jones.