Custom Post Type

Introducing Custom Post Type extension

For years, the Meta Box plugin is known as a tool to creates only custom meta boxes and custom fields in WordPress. But that is not the limit of the plugin. With the power of extensions, the Meta Box plugin can do many things that we can imagine. The Custom Post Type extension is born to fill in the gap with the ability to create custom post types in WordPress with easy-to-use interface, which helps you to make your website a professional CMS.

Custom Post Type
MB Custom Post Type on wordpress.org

While there are some plugins which do the same task like Custom Post Type UI, but I don't feel comfortable with the interface of that plugin. I think users need a cleaner and simpler interface to do the job.

The Custom Post Type extension tries to solve that problem by using React JS to add live editing mode to the post type configuration screen. This mode auto generates necessary labels for your post types, so you don't need to manually enter one by one.

Besides, using the API provided by the Meta Box plugin, all settings for custom post types are organized in meta boxes, which can be toggled, collapsed to have a better look.

When building this extension, we hope to give users a truly completed solution to manage WordPress websites without coding! (Meta Box Builder is another part). We are moving forward and there will be more exciting extensions coming out soon!

Get the Custom Post Type extension now.

Meta Box 4.5.7 Released

New version of Meta Box has been released today! This version has come fixes for make the core of the plugin works better with premium extensions. It also has some improvements to work better with WordPress. Please see the list below.

Continue reading "Meta Box 4.5.7 Released"

FREE Extension for Yoast SEO plugin

Yoast SEO plugin probably is the most popular SEO plugin for WordPress. One of best features this plugin provides is content analysis for SEO. Unfortunately, this plugin analyzes only post content while our pages may have additional content in custom fields. This content is also outputted in the frontend and is visible to search engines and should be analyzed for SEO, too. Now, this can be done with Meta Box Yoast SEO.

Continue reading "FREE Extension for Yoast SEO plugin"

New Extension: Meta Box Group

I received quite a lot of questions asking about repeater field in Meta Box. It’s a group of fields and can be cloned. It’s widely used by people to organize fields and make data more structural. That’s why I created Meta Box Group (I name it group as it actually groups fields).

The Meta Box Group extension allows you to put some normal fields in groups (a new field type group is automatically created). Groups can be cloned and you will have unlimited array of structural data.

Continue reading "New Extension: Meta Box Group"

New Extension: Meta Box Builder

After months of hard working, we're happy to announce that the Meta Box Builder extension has been launched. This extension allows you to create meta boxes and custom fields in admin area without touching any PHP code! It allows you to visually add field options, drag and drop to reorder fields, add/remove various fields, etc. The results can be seen immediately after saving.

Continue reading "New Extension: Meta Box Builder"

New Extension: Meta Box Template

Meta Box plugin was original made in order to provide developers an easy way to create custom meta boxes and custom fields in WordPress. Now it support many field types and a lot of options for each field type. However, you need to know a little bit PHP to work with the plugin. You have to hook to rwmb_meta_boxes and add your own meta boxes and custom fields. It's quite easy for developers but not for users.

So I make Meta Box Template - an extension for Meta Box that allows you to create custom meta boxes and custom fields just by writing simple template. The template is very easy to read (similar to name: value pairs), to change later and to copy and paste into other websites if you want to.

Continue reading "New Extension: Meta Box Template"