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

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) […]
How to Create a Contact Form Using Meta Box
A step by step practice to help you create effective contact forms for your website by using Meta Box. Let's see how to do it!
Best WordPress Plugins To Manage Multi-Author Websites
Wanna to start a blog with multiple authors or writers? You will need some help from some WordPress plugins. This post will guide you through the best WordPress plugins for multi-author blogs and provide a detailed review for each of them.
Introducing Composer Support for Meta Box Extensions
Today, we're happy to announce that we have added Composer support for all Meta Box extensions. This feature has been long awaited. It's available now and you can start using Meta Box extensions as truly libraries for your plugins or websites (if you manage your website via Composer!).
Top 7 Multilingual Plugins For WordPress - Complete Reviews
The most updated and complete reviews of best WordPress multilingual plugins. Want to create a multilingual website on WordPress? you'll definitely need the help from one of these plugins.
How to Create a Virtual Page in WordPress
The developer guide to create a virtual page in WordPress with custom URL with examples. Using simple query var, rewrite endpoint API or custom rewrite rules.
Meta Box is Now Compatible with Gutenberg
How Meta Box plugin handles the meta boxes and custom fields to make sure they work well with the new Gutenberg editor for WordPress.