Description
Custom Content Types is a plugin designed to allow WordPress administrators to create and utilize the power of custom post types within WordPress. Now with the release of WordPress 3.0 it is possible to create more than just posts and pages, developers can define their own content types with their own options and custom taxonomies. These powerful features allow WordPress to be more than just blogging software but a content rich, user-friendly CMS. Now you can define products for an ecommerce site or books for keeping inventory, the possibilities are endless.
This plugin also integrates with the WordPress Reusables plugin.
Installation
- Upload the
custom-content-types
directory to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use the
Content Types
panel on the WordPress admin screen to manage custom content types.
FAQ
- What tables are being used in custom content types?
-
wp_content_types
Contributors & Developers
“Custom Content Types” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Custom Content Types” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial release