An open API service indexing awesome lists of open source software.

https://github.com/manoj-lk-code/wordpress-maintenance-mode

This is handy in instances where you don't want to use any additional plugins to put a WordPress site on maintenance.
https://github.com/manoj-lk-code/wordpress-maintenance-mode

wordpress wordpress-development wordpress-maintenance wordpress-site

Last synced: 26 days ago
JSON representation

This is handy in instances where you don't want to use any additional plugins to put a WordPress site on maintenance.

Awesome Lists containing this project

README

          

# Wordpress-maintenance-mode
This is handy in instances where you don't want to use any additional plugins to put a WordPress site on maintenance. This code utilized the WordPress default upgrade maintenance code with a custom maintenance html template.

How to GET STARTED and
# Enable Wordpress maintenance mode?
- Download the latest version of the ZIP file.
- Extract it into your wordpress installation directory.

This should be enough. There's also a chance that the extracted file will generate a new folder called wordpress-maintenance-mode-main. Simply relocate/move all files in this folder to the wordpress installation directory in such circumstances.

# How to Disable Wordpress maintenance mode?
- Rename .maintenance file to .maintenance-old

# Note
- If you don't see maintenance mode when you visit the site, it probably because of the cache.

# Screenshot of the maintenance mode:

![image](https://user-images.githubusercontent.com/81701675/132624480-36e9475e-c8e3-4353-8529-23ba74127137.png)