UPGRADE NOTICE
SuperCPT now uses Font Awesome instead of Glyphicons. Some icon names will carry over, but not all. If this is a considerable inconvenience for you for a project, simply do not update it. It's not a security release, so updating isn't necessary.
Overview
SuperCPT is an object wrapper for Custom Post Types, Custom Taxonomies, and Custom Post Meta "for coders, by coders." Simply put, SuperCPT:
- DRYs up the Custom Post Type and Custom Taxonomy process (e.g. automatically adds the name to all the labels),
- allows you to set default options for all your Custom Post Types and Taxonomies,
- significantly simplifies the process of creating, saving, and displaying Custom Post Meta,
- is sexy! Your custom fields are styled to look great and SuperCPT comes with 361 awesome icons courtesy of Font Awesome.
Demo Video
[vimeo
http://vimeo.com/59368054]
TextMate/Sublime Text 2 Bundle
If you use TextMate, Sublime Text 2, or another editor which supports TextMate bundles, check out
this set of snippets to turbo-charge your development.
And more...
See the
Other Notes tab for instructions and demo code. Find more demos and a full reference
at GitHub.
Since you're a hard-core coder,
check this out on GitHub if you want to contribute!
Upload the SuperCPT plugin to your blog/site and activate it. You know, like every other plugin.
0.2.1
- Improving PHP <5.3 support
0.2
- Some bug fixes
- Removed glyphicons in favor of the open-source GPL-compatible Font Awesome
- Fixed bug where CSS/JS doesn't load if plugin is in mu-plugins (props to Aaron Holbrook)
- Added magic methods for accessing and setting taxonomy and post type attributes after declaration
- Added "media" field type
- Added ability to have default values (props to github.com/Gyroscopic for the suggestion)
- Added ability to add taxonomies to the manage posts columns (props to github.com/Gyroscopic for the suggestion)
- Added ability to include the featured image in the manage posts columns (props to twitter.com/GreggFranklin for the suggestion)
0.1
Beta Release. Everything is new!