Easy Ways to Migrate Posts from One Site to Another
In this article, I want to show you how to transfer multiple WordPress posts between sites (and you can choose manually which posts).
More than that, I want it to be almost a one-click solution, something like this:

What you can see in the screenshot above:
- You can connect target sites only once and then migrate posts there at any time.
- You can select only specific posts and pages if you need, or select all of them.
- If a post has already been transferred from “Site A” to “Site B”, then you can sync the changes made in the original version of the post at any time as well.
Seems quite convenient, doesn’t it?
Of course, there are tons of export and import plugins that are available to you; however, doing it using the export-import method is too much trouble, in my opinion. It may only do the trick during the initial migration of all posts.
Conditional Payment Methods by Product & Country
This time, I will show you two ways of how to set up (enable or disable) payment methods in your WooCommerce store based on two conditions:
- Condition 1: A specific product in the cart (there is a separate tutorial about this condition),
- Condition 2: A customer’s billing (or shipping) country (here is a separate tutorial as well).
My goal is to show you how to combine both these conditions. For example, what if you want to only allow “Payment gateway A” when selling “Product B” to “Country C”?
How to Configure WooCommerce Shipping Methods by Weight
Recently, I’ve been browsing Reddit and found out that some users assume that weight-based shipping can be configured in WooCommerce itself, using its standard settings.
For better or worse, there is no such functionality in WooCommerce out of the box, so we need to install a plugin for that or code everything from scratch.
Below, in this guide, I will show two different scenarios on how we can use the weight of a customer’s cart to either calculate the shipping or to allow specific shipping methods.
Sync Taxonomy Terms Between Sites in a Multisite Network
In this guide, I will show you how to automatically create or update a taxonomy term (it could be a category, a tag, or a custom taxonomy) on one or multiple subsites within a WordPress multisite network when you create or update it on the main site.
More than that, we will also add a checklist with all subsites to the taxonomy edit page, so you can manually select specific subsites to which you want to sync this particular taxonomy term.
This is how it is going to look:

post_tag taxonomy).How to Bulk Reset WooCommerce Product Stock Daily
In this tutorial, I’ll show you how to set up an automatic product stock reset in a WooCommerce store. For example, let’s assume that “Product A” has a stock quantity of “10” at the beginning of the day. During the day, it may have some sales, but it doesn’t matter how many sales it had; you want it to have the same stock quantity tomorrow morning.
You may need functionality like this as a part of risk management measures, or maybe you just need to launch only a limited amount of sales of a specific digital product.
Anyway, below we will take a look at two methods on how we can perform an automatic daily (or weekly or whatever) stock reset on your WooCommerce store – we’ll use a programmatic approach, and I will also show how to do it using two stores and a plugin.
How to Manage Media Files in WordPress Multisite
In this tutorial, we will talk about ways of managing media files when you’re running a bunch of WordPress websites within a single WordPress multisite network. By the way, if you’re not 100% sure what a multisite network is, then you’re probably running multiple standalone sites.
Long story short, I will show you how the media files in multisite networks are handled by WordPress, how to set up centralized media management across your network, and also how to organize media with folders.
How to Clone a Subsite in WordPress Multisite
In this tutorial, I want to dive deep into the steps you need to take if you want to clone a specific subsite of your WordPress Multisite network. The process is not very difficult, but there are some moments you will need to keep in mind.
We will also take a look at two different approaches – I will show you how to do it with the help of the plugin and also programmatically.
Let’s jump into it.