Creating a Coming Soon page for WordPress

 

Overview

This article describes several options to create a static Coming Soon page that is set as the homepage for your WordPress website. This type of page is useful when you need to display a general page to visitors before your full website is made public.

Creating a static page

There are several options you can follow to create a static page, depending on your needs and level of expertise.

Option 1 — Create a static page

To create a static page in WordPress:

  1. Log in to your WordPress dashboard.
  2. In the left panel, navigate to Pages > Add New.
  3. Edit the Coming Soon page as you would like it to appear.
  4. On the top right, click the Publish button.
    A confirmation message appears on the top right.
  5. On the top left, click the WordPress icon to return to the dashboard.
  6. In the left panel, navigate to Settings > Reading.
  7. On the Reading Settings page, click the Homepage dropdown and choose the Coming Soon page you just created.
  8. Click the Save Changes button to save this new homepage.
  9. Visit your site's homepage to view the new page you created.

Option 2 — Manually enable WordPress' scheduled maintenance page

An alternative to creating a Coming Soon page is to enable the WordPress scheduled maintenance page.

  1. Log in to your server and create a file named .maintenance.
  2. Add the following lines to the file:
    <?php
    $upgrading = time();
    ?>
  3. Visit your site. You should see the default maintenance message.

To remove the scheduled maintenance page, delete or rename the .maintenance file.

Option 3 — Use a plugin to create a Coming Soon page

There are also third-party plugins that can be used to create a Coming Soon page with some extra options. Below is a list of some third-party plugins.

How to manage maintenance mode

When you update your plugins, themes, or core WordPress files, your WordPress site displays the following message:

Briefly unavailable for scheduled maintenance. Check back in a minute.

WordPress automatically removes that message once the updates are complete. However, in some cases, conflicts or errors leave the message active on the site, even after the updates are completed. The following sections show you how to remove the message.

Removing the WordPress scheduled maintenance message

If the scheduled maintenance message remains active on your site, use the following instructions to remove it:

  1. See this article for instructions on how to log in to your web server. You can use the file manager in the panel or a third-party client to log in.
  2. Once logged in, navigate to your website directory where your files are located.
  3. In this directory, look for a file named .maintenance and delete it.
  4. Once you delete the file, make sure to clear any caches on your site and then refresh your browser. The message should no longer appear on your site.

Using a customized site maintenance page

This article explains how to use a customized site maintenance page in an .htaccess file.

 

See also

Did this article answer your questions?

Article last updated PST.

Still not finding what you're looking for?