Meta Box Lite
Meta Box

Guide

Looking for a solution for your problem? Here are guides on using Meta Box and WordPress plugins/code to solve them.

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 […]
Get Custom Field Settings

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 […]
How to Create a Contact Form Using Meta Box

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!
Top 7 Multilingual Plugins For WordPress - Complete Reviews

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.
Create virtual pages in WordPress

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.
Which is Best for Blogging

WordPress vs. Ghost - Which is Best for Blogging?

Ghost is an open source blogging platform that allows bloggers to easily publish their content. Let's compare Ghost with the most popular WordPress CMS.
Best Practices for Organizing and Simplifying Meta Box Code

Best Practices for Organizing and Simplifying Meta Box Code

Your code for meta box and custom fields get long and complicated? See this post to know how to simplify and organize the code for better understand and easy to maintain.
How to use TablePress with Meta Box

How to Use TablePress with Meta Box in Page Templates

A complete guide to integrate Meta Box with TablePress, a plugin that lets you create and manage tables in WordPress. We'll see how to use Meta Box to create a custom field for users to select TablePress table and how to show the table in the page templates.
guide to fix wordpress custom fields not saving

WordPress Custom Fields Not Saving? Increase max_input_vars!

Too many custom fields might not be saved properly. This is usually a config of the server with max_input_vars or mod_security. Follow this guide to resolve it.