Austin Ginder

Austin Ginder

Integrating KeyCDN with Kinsta caching

It’s recommend that you use a CDN with Kinsta. This is due to the fact that they charge overage fees on data transferred. Currently Kinsta doesn’t have a built-in CDN option however they have stated that they are working on a…

Migrating from WP Engine to Kinsta

Moving WordPress sites between host providers is a fairly straightforward process. You generate a backup, import the backup, and reconfigure DNS to the new provider. With that said, doing it manually can take up a lot of time as there…

Using WP Engine vs Kinsta

I use both WP Engine and Kinsta for hosting WordPress websites. Both companies provide excellent managed WordPress hosting. Now that I’ve been using Kinsta regularly for over 8 months I thought it would be a good time to do a comparison…

Unlimited storage for WordPress with Amazon S3

There are a few difference ways to configure WordPress with unlimited storage. The process is typically the same. First you create a new Amazon S3 bucket to store your files and then you configure WordPress to sync and serve your uploads directly…

Preloading Advanced Custom Fields Pro license key

Most paid plugins require a key to run. Some popular plugins also allow you to preload their key from the wp-config.php file. The following is an example of preloading keys for Akismet, Gravity Forms and WP Smush Pro. Unfortunately Advanced Custom Fields Pro doesn’t…

XML Import using WP-CLI

The built-in XML import and export is often overlooked, and for good reasons. It’s not meant to migrate an entire website. It won’t migrate anything from the customizer, menus or widgets. What it does handle is migrating page and post…

The Need for Uptime Monitoring

One part of keeping your WordPress website healthy is using an uptime monitor. I use a free one called Jetpack Monitor. Jetpack Monitor is very basic. It checks your website every 5 minutes and sends an email notice if something is…

Beanstalk Git Deployments with Kinsta

I use git locally whenever I’m doing development. If you’re using WP Engine, you can simply push directly to their repo and they’ll auto update your web server. Recently I was working with Kinsta on my own website. While Kinsta has…

Reusing Plugin Slugs

Have you ever noticed that WordPress.org plugins folder names never change? For example Yoast SEO is under a folder called wordpress-seo while Google Analytics for WordPress by MonsterInsights is within google-analytics-for-wordpress. While plugin names can change the folder names are unchangeable. These persistent folders, also…

Tinkering with the .maintenance file

WordPress has a built-in method for throwing up a maintenance page, which makes a website completely inaccessible. This is used during its own internal updates. You probably recognize the screen: it’s a simple white screen which says “Briefly unavailable for…