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.

Create a Subscription Form and Connect It to Mailchimp with MB Frontend Submission

Create a Subscription Form and Connect It to Mailchimp with MB Frontend Submission

Creating a subscription form is not rocket science today. Website owners often create a subscription form and then integrate it with an email marketing service to manage and send emails more quickly and conveniently. And one of the most common email services today is Mailchimp.

Continue reading "Create a Subscription Form and Connect It to Mailchimp with MB Frontend Submission"

How to Send GET and POST Requests with JavaScript Fetch API

How to Send GET and POST Requests with JavaScript Fetch API

It's a common task for JavaScript developers to send GET and POST requests to retrieve or submit data. There are libraries like Axios that help you do that with beautiful syntax. However, you can achieve the same result with a very similar syntax with Fetch API, which is supported in all modern browsers.

In this post, we'll use the Fetch API to create get() and post() function with a beautiful syntax, much better than the default syntax provided in the Fetch API. We also improve the request performance with a simple caching and we'll take a look at how to use fetch requests with the WordPress REST API. Let's dive in!

Continue reading "How to Send GET and POST Requests with JavaScript Fetch API"

How to Move All Custom Post Types and Custom Fields Data From Pods to Meta Box

How to Move All Custom Post Types and Custom Fields Data From Pods to Meta Box

Are you a Pods user that wants to switch to Meta Box plugin without missing any custom post types and custom fields data created by Pods? Don’t worry, it’s easier than you’d imagined! In this article, we’re going to move all custom post types and custom fields data from Pods to Meta Box within minutes.

Continue reading "How to Move All Custom Post Types and Custom Fields Data From Pods to Meta Box"