Meta Box Lite
Meta Box

Blog

How to use Composer to install Meta Box extensions from WordPress.org

How to Use Composer to Install Meta Box Extensions From wordpress.org

Not long time ago, I introduced Composer support for the premium extensions of Meta Box. However, in the actual project, sometimes you need free Meta Box extensions hosted on wordpress.org. Extensions such as MB Rest API and MB Relationships are really useful for some of your projects. Then how to use Composer for the WordPress plugins on wordpress.org? This article will show you how to do that.

Continue reading "How to Use Composer to Install Meta Box Extensions From wordpress.org"

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"