News, tutorials on web development, WordPress, and Meta Box.

Meta Box Weekly Updates: Facebook Group, Admin Menu, Composer Support
The first days of June have passed and we're happy to announce some changes for Meta Box and extensions. If you haven't updated the plugins, it's time to do now. And read below for details.
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 […]
Beaver Themer Integration: Now Made Easy With New Extension
Are you using Beaver Themer to build website layouts? And you want to connect custom fields created by Meta Box with Beaver Themer? This is now easy with a new MB Beaver Builder Integration extension.
Last Chance to Get Lifetime Access to Meta Box
Your favorite Meta Box WordPress Plugin deal is only here for a limited time. We've been hearing it for months... "When are you going to bring back the Meta Box deal?"
The Effortless Way to Create WordPress User Profile Forms
You want users to register for an account on your website? And they must fill out additional information in their profile? But you don’t know how to create a user registration and user profile forms. This post will help you do that.
How to Convert Cloneable Fields to Store Values in Multiple Rows in the Database
Let's look at how to store cloneable fields in multiple rows in the database. It helps improve query performance, data management, and updates!
How to Get Field Settings by Field ID?
When creating a custom meta box, you also create a list of custom fields, each of which is an array of field settings. You probably will need to refer to field's name, field's options array (in a select field) or other settings later in your code. So, how to get the field settings array by […]
Introducing "Clone as Multiple" Feature
One of the most important features of Meta Box is field cloning. It allows you to create unlimited clones of fields' inputs. This feature is also called repeatable fields in other plugins. In Meta Box, it's built-in (free) and is supported in all fields, no matter that field is a simple input, a gallery (image_advanced) […]