
Easily Avoidable Website Outages
Site monitors are a good way to detect major issues with websites. Over the years I’ve begun to notice a few common reasons why websites go offline. You might be shocked to know that most times it has nothing to…
Site monitors are a good way to detect major issues with websites. Over the years I’ve begun to notice a few common reasons why websites go offline. You might be shocked to know that most times it has nothing to…
WordPress websites need to managed by someone who can keep after things 24/7 if you wish sleep well at night. That’s why for hosting WordPress websites I rely on managed WordPress hosts like Kinsta. Kinsta has the staff and sysadmins…
I have a confession: I really don’t like using my phone for business. If you are a customer of Anchor Hosting, I do my best to hide this fact. Don’t get me wrong, there are situations where a simple phone…
Generally finding and replacing old URLs can easily be accomplished using WP-CLI’s search-replace command. However that only makes changes to the database. Hard-coded file references may still exist. This can be handled with a few commands over SSH, however if…
I’m a big fan of Fathom Analytics. It’s the perfect alternative to Google Analytics and something I’ve been using since early 2018. One thing Fathom lacks is an official API which lead me to do some pretty crazy monkey patching…
My preferred way to backup a WordPress site is directly on the web server using SSH. The database backup part is performed with WP-CLI like so: This will output a .sql file which can easily be imported. I’ve been using…
This year I spoke at WordCamp Lancaster, the annual one day WordPress conference here in my home town. I gave a talk in the beginner track titled The Lean Mean Maintenance Machine. It was an overview of why maintenance is…
This post is part of a series called “Learning Vue.js as a WordPress Developer” Part 1 – Getting Started Part 2 – Structured PHP, Rest API and Axios Part 3 – Markdown and WordPress Embeds Part 4 – Authenticated Rest…
There are many ways to collect recurring subscription fees from customers. Today I’m going to cover how I use WooCommerce Subscriptions here at Anchor Hosting and why I think it’s a solid platform to build on. Why WooCommerce? First off…
WordPress 5.2 introduced recovery mode which allows site owners to access their WordPress backend in situations which previously crashed the website and required a developer. This is an amazing new feature. 👏 This works by hunting for PHP fatal errors…