Maintenance mode (WordPress): verschil tussen versies

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen
Regel 1: Regel 1:
 +
By itself, WordPress doesn't seem to have a provision for setting a site in ''Maintenance mode'', ''Under construction, etc.
 +
 +
So far, I think I've only used the ''LightStart plugin''. It used to have another name - Hence the installation name below, is so different.
 +
 +
== Installation ==
 +
 
<pre>
 
<pre>
 
wp plugin install wp-maintenance-mode --activate
 
wp plugin install wp-maintenance-mode --activate
 
</pre>
 
</pre>
  
== Bronnen ==
+
== Sources ==
  
 
* http://www.wpbeginner.com/plugins/how-to-put-your-wordpress-site-in-maintenance-mode/
 
* http://www.wpbeginner.com/plugins/how-to-put-your-wordpress-site-in-maintenance-mode/
 
* https://wordpress.org/plugins/wp-maintenance-mode/
 
* https://wordpress.org/plugins/wp-maintenance-mode/

Versie van 19 mei 2023 09:01

By itself, WordPress doesn't seem to have a provision for setting a site in Maintenance mode, Under construction, etc.

So far, I think I've only used the LightStart plugin. It used to have another name - Hence the installation name below, is so different.

Installation

wp plugin install wp-maintenance-mode --activate

Sources