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 Buttons with Dynamic Link using Custom Fields

How to Create Buttons with Dynamic Link using Custom Fields

Sometimes you may need a button that can show different links in different posts. That’s a button with a dynamic link. There are different ways to create it, one of them is using custom fields. Links will be saved into custom fields then pulled out and put into the button automatically. And, that’s where the Meta Box plugin comes in handy.

Continue reading "How to Create Buttons with Dynamic Link using Custom Fields"

How to Create Online Reservation Form for Restaurants using Meta Box

How to Create Online Reservation Form for Restaurants using Meta Box

It's common for restaurants to offer online booking services on their websites. In this tutorial, I'll show you how to create an online reservation form. This form allows clients to provide essential information for their reservation, select their desired services or items, and even calculate the total amount right within the form.

Continue reading "How to Create Online Reservation Form for Restaurants using Meta Box"

How to Create Online Admission Form for School or University

How to Create Online Admission Form for School or University

Technology has been applied more and more popularly, even in education, and led to obvious changes in this special field. Notably, when the Covid-19 pandemic broke out and caused serious impacts on our lives, education institutions mostly started online teaching classes. As a result, school admission also can be done online. Students do not need to go to schools to hand in their profiles anymore. They can stay at home, and fill in their online admission forms. This can save expenses for traveling and delivery, as well as reduce risks of exposure. On the other hand, it helps the school office easily digitize the student’s data.

In this post, we are going to create an admission form for a university like that.

Continue reading "How to Create Online Admission Form for School or University"

How to Test a Plugin's Performance and Security

How to Test a Plugin's Performance and Security

Plugins can bring many advantages to your WordPress website. However, you should consider carefully before using one because it may contain viruses and malicious codes. They also may affect your website loading speed/performance. To check if a plugin has an issue, especially for a newly launched plugin, you can use various useful tools and follow the steps below.

Continue reading "How to Test a Plugin's Performance and Security"

Methods of removing unwanted meta boxes in your website.

How to Remove Unwanted Meta Boxes in WordPress

In the post editor or page editor, even the admin dashboard, there are different meta boxes available. Perhaps, some of them are unused and you want to remove them to make your working screen clearer. It helps you to concentrate on the main contents better. Let’s learn how to remove unwanted meta boxes in WordPress.

You can use code or plugin as follows.

Continue reading "How to Remove Unwanted Meta Boxes in WordPress"

How to create an auto-updated cheat sheet in wordpress

How to Create an Auto-Updated Cheat Sheet in WordPress

Have you ever had a regularly updated cheat sheet on a page or post, but you do not want to manually edit it anymore? I have edited my cheat sheets by hand for Black Friday event. I had to update deal lists several times per day, and that was a true nightmare.

Thus, I managed to find a more effective way to add an automatically updated cheat sheet. All I have to do is to create a submission form to input data, then the data will be automatically inserted into a table. This way can display data in a both stunning and convenient way. Let’s see how to do this!

Continue reading "How to Create an Auto-Updated Cheat Sheet in WordPress"

How to Differently Style Posts in Particular Categories

How to Differently Style Posts in Particular Categories

Have you ever visited a WordPress website and found that articles in different categories had different styles and designs like different backgrounds, fonts, text colors, …? For example, in a music blog, the articles in the “Blue” category have a dreamy purple background, and the articles in the “Rock” category have a dark color. This is an interesting highlight in the design, making your website more impressive in the eyes of viewers.

Continue reading "How to Differently Style Posts in Particular Categories"