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.

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.
Create A Dynamic Landing Page in WordPress Using Custom Field

Create A Dynamic Landing Page in WordPress Using Custom Field

Wanna learn how to create a landing page in WordPress? Tired of heavy and slow landing pages? This post will walk you though a very detailed to create and customize a landing page that works exactly as you want.
How to Disable Gutenberg and Use the WordPress Classic Editor

How to Disable Gutenberg and Use the WordPress Classic Editor

Gutenberg is the name of the project to create a new editor experience for WordPress. The goal is to create a new post and page editing experience that makes it easy for anyone to create rich post layouts. It's planned to be merged into WordPress core in the version 5.0. Gutenberg will changes the way […]
How to Create a Hidden Admin Page in WordPress

How to Create a Hidden Admin Page in WordPress

A developer guide on creating a hidden admin page in WordPress which shows under a specific condition and won't show in the admin menu.
Optimizing Database for Custom Fields in WordPress

Optimizing Database for Custom Fields in WordPress

How to optimize the storage of custom fields in the database to help boost your website performance: techniques and solutions.