
WordPress Creation Kit consists of three brand new plugins that can help you with the tough task of creating and maintaining custom post types, custom taxonomies and most importantly, custom fields and metaboxes for your posts, pages or CPT’s.
Why another plugin for this?
We’ve actually started work on this more then a year ago, even though we didn’t know it at the time.
We needed to offer to our clients an easy way to add repeating fields that were tied to particular page, post or custom post type. While there were quite a few existing plugins at the time none really fit the bill or had various issues. So we started developing our own API for creating them.
Built around two main concepts
Everything can be a repeater field
As I’ve mentioned, the main feature of our plugins is that metaboxes are actually repeater fields.
This means you can create complex pages like “Our Team”, “Testimonials”, “Our Products” where you have multiple team members, testimonials or products but the number can vary. Also check out the video at the bottom as it should make things a bit clearer.
NO Lock In – everything is saved as post meta or WordPress options
The Custom Fields Creator does just what is says. Every data from your meta boxes or repeater fields is saved as a default custom field in WordPress. They are a bit different though as we’re saving them as a serialized array but that’s something WordPress supports in full.
The big benefit of this is that you can use standard WordPress functions (get_post_meta) in your page templates to list the information entered from the backend. No custom functions and full compatibility with WordPress.
The Plugins
WCK Custom Fields Creator allows you to easily create custom meta boxes for WordPress without any programming knowledge. It supports repeater fields and uses AJAX to handle data.
WCK Post Type Creator gives you the possibility to create and edit custom post types for WordPress.
WCK Taxonomy Creator – create and edit custom taxonomies and attach them to post types.
A short video tutorial
Last but not least, please check out this video on how to create an “Our Team” page using Custom Fields Creator.









join me on twitter
free rss updates
Profile Builder version 1.1.21: fully customizable userlisting!
It’s been quite a while since we released a new version, but this is due to the complexity of the new feature this version of Profile Builder comes with: a fully customizable userlisting.
For those who just met up with WordPress, Profile Builder is WordPress registration done right; it lets you customize your website by adding a front-end menu for all your users, giving them a more flexible way to modify their user-information or to register new users.
Besides the new features and functionalities I will describe later on, we also added some minor bugfixes, and improved the query times a lot!
So what is userlisting, and what can it do?
Listing registered users to your blog/site has never been easier: to create a page containing a userlisting, insert the following shortcode in a (blank) page: [[wppb-list-users]].
For instance, to create a userlisting shortcode listing only the editors and authors, visible to only the users currently logged in, you would use:
[[wppb-list-users visibility="restricted" roles="editor,author"]].
The back-end has two textareas which lets you write your own html code for the front-end userlisting design: one for the “all-userlisting”, and one for the “single-userlisting”. Using the added, built-in extra functions, you can create a personalized userlisting easily.
Don’t have any ideas or coding knowledge? No problem! – we added html codes for a default userlisting for just such cases.
For more info regarding this, please visit the description page of this feature.
All in all we hope you take benefit of this cool new feature, and as always, if you have any ideas on improving this feature (or any other part of the plugin), or just want to report a bug, either ask about in the forum section, or write an email to gabriel@cozmoslabs.com.