There was a day when WordPress maintenance mode plugins were simple little things designed by developers for developers, and these little gems were very useful. Then marketers got involved.
Today the WordPress maintenance mode plugin space is a wasteland of shit. In that pile of steaming stuff, you’ll find plugins that do everything but what a respectable maintenance mode plugin should – they’re pushing you upsells and ads and layouts and countdown timers when all you really want is a fucking white screen with “down for scheduled maintenance” text to show up for people who aren’t logged in. By comparison, here’s what the maintenance mode plugin within WordPress core looks like (you’ll see it when updating plugins or a theme):

That’s why I built and freely share my TMM Maintenance Mode WordPress plugin – a distinctly HELPFUL and free maintenance mode plugin that I’ve been using for over 7 years and counting. Here’s the complete list of features:
- No options. Just activate and done.
- Hides the site from anyone who isn’t logged in – see screengrab below.
- A bright red favicon and bright red WP admin bar background color to indicate that your site is in maintenance mode (to prevent me from accidentally editing a LIVE site…which I’ve sadly done many many times) – see screengrab below.
- Zero setup integration with Andy Fragen’s fantastic Github Updater plugin for easy updating.
- No ads or spam or shit like that.
if you aren’t logged in to WordPress, you see this “maintenance mode” message logged in users are treated to bright red favicon and WordPress admin bar
That’s it. Simple, effective, and useful! What else would you want in a maintenance mode WordPress plugin?
Want it to say something else or display your logo, just fork the project on Github or edit the files in your install accordingly (there’s only 30 lines of actual code, all contained in a single php file, in this efficient little elf).
Notes:
There are 469 “maintenance mode” plugins in the WP.org repository.
If you search for “maintenance mode” on wordpress.org, you’ll find 469 free plugins that match that query. Do we really need 469 fucking WordPress maintenance mode plugins?!

Here’s what you’ll see after installing the “#1 Maintenance Mode” plugin from wp.org:

Just what I always wanted: a WordPress maintenance mode plugin with…”Smart Sections”, “Drag & Drop Page Builder”, “Landing Page Templates”, and “Premium Integrations”! Fuck you, SeedProd.
Oh, and SeedProd’s Maintenance Mode plugin also has “Growth Tools”! Fuck yeah – just what I always wanted while I’m hiding my site from public view – Growth Tools! *Snark Implied*

Have your own WordPress maintenance mode plugin horror stories to share? I’d love to hear them!
More posts from themightymo.com
How to fix the “Warning: Class ‘Automattic\WooCommerce\StoreApi\Routes” issue in WordPress + WooCommerce
Today when I visited a customer’s website, I saw an error similar to this: etc. After trying all sorts of troubleshooting, the solution ended up being simple. Download a fresh copy of WooCommerce from WordPress.org and FTP it up to the server, replacing the existing WooCommerce files. Problem solved. Isn’t that nice? Many thanks to…
How to CSS rainbow text
Here’s a bit of plain CSS that’ll create rainbow text on your WordPress site or anywhere, really.
How to Restore a Deleted Amazon S3 Bucket
I ran into a rather serious issue recently: a human on my team (me) intentionally (but accidentally) deleted an Amazon S3 bucket that was serving files to a WordPress site. The solution to the problem follows: Cry when you realize you cannot restore a deleted S3 bucket. Search your computer, your co-workers’ computers, your former…