WordCamp Asia 2025
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 Create a Hidden Admin Page in WordPress

How to Create a Hidden Admin Page in WordPress

Admin pages are often used for plugin or theme settings, and sometimes for user guide. However, there are situations you want to add a hidden admin page that only shows under a specific condition, and won't show in the admin menu. Pages such as WordPress welcome page, credit page for new versions are examples. These page are displayed only once when users update their WordPress websites and they contain only information about the new versions. Plugin authors might want to add similar pages that shows a quick start guide for users when they first install their plugins. And this tutorial will show you how to do that.

Continue reading "How to Create a Hidden Admin Page in WordPress"

Optimizing Database for Custom Fields in WordPress

Optimizing Database for Custom Fields in WordPress

Custom fields is a way for WordPress to store arbitrary extra data for content (posts and custom post types), such as author name, published date for a book. To make custom fields flexible and compatible with different kinds of data, WordPress designs the meta tables (post meta, term meta, user meta, and comment meta) in the form of key-value. According to that, each custom field is stored as one row in the database. This approach allows developers to store unlimited data regardless of its structure. But, the downside is the rapid bloat of the database. Because the number of custom fields is usually very large. This article will present solutions to optimize the storage of custom fields in the database to help boost your website performance.

Continue reading "Optimizing Database for Custom Fields in WordPress"

WordPress Beginner guide for Meta Box

WordPress Beginner Guide for Meta Box

Meta Box is one of the best WordPress plugins for adding custom fields and meta boxes. It launched in 2010, as the first custom fields plugin for developers. And until Dec. 2016, it has been downloaded 1,300,000+ times and had active installs 200,000+. Due to our survey, more than 90% users are developers who are satisfied with our functional plugins. But we still believe anyone can install Meta Box and benefit from it. So today we would like to show a general guide for WordPress beginners to enjoy Meta Box. And as for the developers, we hope you can get something useful here to minimize your work.

So let's dig in…

Continue reading "WordPress Beginner Guide for Meta Box"