Linux 软件免费装

SuperCPT

开发者 mboynes
unionstreetmedia
更新时间 2013年8月11日 04:33
PHP版本: 3.0 及以上
WordPress版本: 3.6
版权: GPLv2 or later

标签

meta cms custom-post-type custom-fields custom-field custom-taxonomies custom-post-types custom-taxonomy

下载

0.1 0.1.1 0.1.2 0.1.3 0.2 0.2.1

详情介绍:

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: 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 Removed glyphicons in favor of Font Awesome. If you're using a version of WordPress less than 3.7, you should use the MP6 plugin to update your dashboard design for best results. It is still possible to use Glyphicons, but you need to purchase it to get the new font. I'll release an open-source add-on to use that font on my github account, https://github.com/mboynes 0.1.3 Adding scpt_ namespacing to global variables $known_meta and $known_custom_fields to avoid (albeit by long-odds) conflict with another plugin. If you're using these variables, please update your code to use $scpt_known_meta and $scpt_known_custom_fields. 0.1 Beta release

常见问题:

What icons are available?

You'll find a full list in Tools > SuperCPT

I don't want my clients seeing the icon list, is there a way to hide it?

Yes. In your plugin or theme, add: add_filter( 'scpt_show_admin_menu', '__return_false' );

I'm not a programmer, can I/how do I use this plugin?

You probably shouldn't. Check out Custom Post Type UI, More Fields, and Types - Custom Fields and Custom Post Types Management.

更新日志:

0.2.1 0.2 0.1 Beta Release. Everything is new!