Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.13 KB

Chill Mode for Wordpress

Simple Wordpress maintenance mode plugin with custom message display. Just add water and activate.

  • Requires at least: WordPress 3.5
  • Tested up to: WordPress 4.2.2
  • Current version: 0.2

Features

  • Only administrators can see the site when plugin is active
  • Admin interface to add custom page title, heading, message, styling, and scripts.
  • Multisite support
  • Alert message in the backend, when the plugin is active.
  • Support for the following cache plugins: Cachify, Super Cache and W3 Total Cache.
  • Sends HTTP response status code 503 Service Unavailable, especially relevant for search engines.

Usage

Git clone in your /wp-content/plugins/ directory. Submodule: git submodule add git@github.com:jickpictures/wp-chill-mode.git /wp-content/plugins/

Chill Mode Settings: Settings > Chill Mode

Notes

If you want to change the layout of the template, edit the template.php file.


Originally built off the Slim Maintenance Mode plugin developed by Johannes Ries. Admin interface and custom template functionality by Ryan Gordon.