How to create an Underconstruction message and Setting for a WordPress website without using plugin
The quick and dirty way to do it is to create a file named .maintenance at the root of the site– same directory as license.txt— and add a bit of PHP: <?php die(); Of course, you can create whatever markup and messages you’d like before the die();, but there is very little WordPress available since … Read more