Best WordPress Hosting
 

The Ultimate Guide to Installing WordPress in a Subdirectory

In this article, we look at the benefits and limitations of installing WordPress in a subdirectory, how to install and manage subdirectory installs, and how to move WordPress core out of and into a subdirectory for an existing site. One Continue reading The Ultimate Guide to Installing WordPress in a Subdirectory

Quickly Set Up Google AMP on Your WordPress Site

Should your WordPress sites use Google’s Accelerated Mobile Pages (AMP)? It’s a simple question with a complicated answer. When it was announced in 2015, Google billed the AMP Project as a way to improve the performance of mobile pages, and Continue reading Quickly Set Up Google AMP on Your WordPress Site

Get Started with PHP Static Code Analysis

Imagine a world where your IDE or code editor detected problems before you even ran the code. Imagine if whole categories of errors could be automatically identified and easily eliminated from your codebase. Imagine better code completion, more stable systems, Continue reading Get Started with PHP Static Code Analysis

Create Your Own SSL Certificate Authority for Local HTTPS Development

In 2018 Google started advocating that sites adopt HTTPS encryption, by marking sites not using an SSL certificate as “not secure” in their Chrome browser. This was widely accepted as a good idea, as securing web traffic protects both the Continue reading Create Your Own SSL Certificate Authority for Local HTTPS Development

Understanding WordPress GUIDs: What They Are, and Why Change Them

The WordPress GUID is a unique identifier for individual posts, pages, media, and practically any other custom post type. As such, it’s a key element in rendering your WordPress content and powering the WordPress RSS feeds which allow you to Continue reading Understanding WordPress GUIDs: What They Are, and Why Change Them

WP Migrate DB Pro 2.2 Released: Find & Replace Preview, Support for Different Table Prefixes, UX Improvements, and More

We’ve just released more awesome updates to our flagship product, WP Migrate DB Pro! If we had to choose one word to summarize this release, it would be precision. This release introduces more precise controls when setting up a migration, Continue reading WP Migrate DB Pro 2.2 Released: Find & Replace Preview, Support for Different Table Prefixes, UX Improvements, and More

Best Ways to Encrypt Passwords, Keys, & More with PHP in 2022

A few years ago I attended Laracon EU where Marcus Bointon gave a great talk on Crypto in PHP 7.2. I left the talk having a much greater appreciation for how vastly complicated cryptography is, but also for how PHP Continue reading Best Ways to Encrypt Passwords, Keys, & More with PHP in 2022

Why You Should Use the WordPress HTTP functions to Make API Requests

Sometimes your WordPress site needs to talk to other services around the web. This almost exclusively happens using the HTTP protocol. A common example of this is when your WordPress installation contacts the wordpress.org servers to check for new versions Continue reading Why You Should Use the WordPress HTTP functions to Make API Requests

The Ultimate Overview of the WordPress Block Editor (Gutenberg) for Developers in 2022

Regardless of what you call it, the WordPress Block Editor (or Gutenberg if you’ve been following along for a while) brings some baggage along for the ride. I’ve been following the noise and #wpdrama surrounding the Block Editor for as Continue reading The Ultimate Overview of the WordPress Block Editor (Gutenberg) for Developers in 2022

WP Migrate DB Pro 2.1 Released: Regular Expression and Case-Sensitive Find and Replace, Accessibility Improvements, and More

WP Migrate DB Pro 2.0 was probably our most significant update to date, and we were pretty excited to get it released to our customers. After four bugfix releases to 2.0, to address any reported issues, we were able to Continue reading WP Migrate DB Pro 2.1 Released: Regular Expression and Case-Sensitive Find and Replace, Accessibility Improvements, and More

WP Offload Media 2.5 Released: Improved WooCommerce Integration and New Tool for Already Offloaded Files

It’s been a busy few months since our last release. In that time we’ve been hiring, settling into a regular release cycle format, planning out the future roadmap for the plugin, and working hard on new features and improvements. Today Continue reading WP Offload Media 2.5 Released: Improved WooCommerce Integration and New Tool for Already Offloaded Files

Valet vs VVV vs Chassis: A Comparison Guide to CLI-Based Local WordPress Development Environments

In my last article, I reviewed the best WordPress development environment apps out there. But that’s not all of it, there are a number of great options available as well for those of you who would prefer a CLI-based local Continue reading Valet vs VVV vs Chassis: A Comparison Guide to CLI-Based Local WordPress Development Environments

Set Up Visual Studio Code and xDebug as the Ultimate Editor for WordPress Development

If you keep up with the many text editors and developer tools available, you may have heard of Microsoft’s Visual Studio Code. VS Code is a free, open source code editor that is lightweight like Sublime Text, but offers many Continue reading Set Up Visual Studio Code and xDebug as the Ultimate Editor for WordPress Development