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.

Easy way to add custom fields in WordPress without plugins

Easy Way to Add Custom Fields in WordPress Without Plugins

The simplest way to add custom fields in WordPress: enable, create, display each type of custom field. No plugins and no coding here.
What is custom fields in WordPress

What is Custom Fields in WordPress?

What is custom fields in WordPress? Why do we need it? Let's find out the basics, relevant techniques, and excellent applications of custom fields.
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.