Articles

404 errors

404 errors on your site? How to fix problems with WordPress’ rewrite rules

Symptom: The homepage of your website loads perfectly, but every other page you’ve created — every blog post and individual page — produces a “Page not found” message (technically called a 404 not found error message, the most famous of all the error messages produced by a web browser).

404 errors on your site? How to fix problems with WordPress’ rewrite rules Read More »

WP cron job robot

How to replace WordPress’ WP-Cron with a real, server-level cron job

A cron job is a scheduled, automated task that runs in the background on an operating system like MacOS or a platform like WordPress. It is simply a list of commands (what to run) and their schedules (when to run). Cron jobs are ideal for recurring administrative tasks like performing backups, sending emails, or executing scripts.

How to replace WordPress’ WP-Cron with a real, server-level cron job Read More »