Meta Box Lite
Meta Box

Updates

Latest updates for Meta Box and Meta Box extensions. Knowing what we have improved for the plugins.

How To Store Cloneable Fields In Multiple Rows In The Database

How to Convert Cloneable Fields to Store Values in Multiple Rows in the Database

Normally, the data saved in a custom field is stored in one row only in the database, even when it is a cloneable or repeater field. Storing values in a row helps reduce the database size, but it’s so difficult to query posts by cloneable fields' values. Then, we should convert its data to be stored in multiple rows. It helps to improve query performance and brings some other benefits in terms of management and flexibility in expanding and updating data. Let’s follow this tutorial to learn how to do it.

Continue reading "How to Convert Cloneable Fields to Store Values in Multiple Rows in the Database"

Meta Box and Gutenberg Compatibility

Meta Box is Now Compatible with Gutenberg

It's almost a year since Gutenberg was born. There was a lot of concerns about this editor, especially the compatibility with meta boxes. We have an in-depth article on this topic half a year ago. Since then, Gutenberg has significant changes and in this article, we want to update the compatibility between Meta Box and Gutenberg so that users are safe using Meta Box in the future.

Continue reading "Meta Box is Now Compatible with Gutenberg"

Introducing MB Relationships

Introducing MB Relationships - A FREE WordPress Plugin to Create Posts to Posts Relationships

Creating relationships from posts to posts is a common question for WordPress developers. Previously, you can do that with the post field type in Meta Box. But that's not really the true solution, because you hardly create bi-directional relationships. Besides, querying by custom fields is not recommended.

Continue reading "Introducing MB Relationships - A FREE WordPress Plugin to Create Posts to Posts Relationships"