Category: WordPress
Adding Reusable Blocks To WordPress Theme Template Files
Reusable blocks are a powerful tool in the block editor ecosystem, but did you know they can also be used in your theme’s template files? Let’s look at how it can be done.
How To Configure CORS for the WordPress REST API
Disable WordPress’ existing CORS headers and defining your own access rules using .htaccess.
Import Instagram Photos to WordPress as Individual Posts
In this tutorial, we will setup a background task to check for new Instagram photos and import each of those photos as an individual WordPress post.
Secure WordPress Migration – Local to Production
Recently, I’ve been fine-tuning my WordPress migration process to minimize the margin of error during an upgrade. One tool that has helped me standardize each upgrade is a simple checklist.