Shut down your site for a little while and do some maintenance on it!
Usage:
- Add a template to your theme's root folder called
template-maintenance-mode.php
. - This should be a simple HTML page that should include the message you want to show your visitors.
- Note: the template should include
wp_head()
andwp_footer()
calls. - Add the
VIP_MAINTENANCE_MODE
constant to your theme and set totrue
.
- Install the plugin.
- Set the
VIP_MAINTENANCE_MODE
constant to true. - Activate.
- Stop returning a 503 to Jetpack requests to prevent broken connection verification
- Stop returning a 503 to Nagios on WPCom and VipGo to prevent alerting as a server error
- Return a 503 header while maintenance mode is active (props benoitchantre)
- Add an admin bar notice when Maintenance Mode is on (props benoitchantre)
- Initial plugin