Creating a Coming Soon page for WordPress

Overview

This article describes how to create a static Coming Soon page that will be 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

  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.

Manually enabling 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 and you'll see the default maintenance message.

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

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 complete. However, in some cases, conflicts or errors leave the message active on the site, even after the updates are completed.

Removing the WordPress 'scheduled maintenance' message

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

  1. View the following article for instructions on how to log into 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

The following article explains how to use a customized site maintenance page using an .htaccess file:

Using a plugin to create a Coming Soon page

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

  • 0 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

WordPress overview

Overview WordPress is a Content Management System (CMS) and blogging tool. It can be used to...

How to log into your WordPress site

Overview You can log into any WordPress site at the following address:...

How do I edit my WordPress users?

Overview The following describes how to edit your WordPress user in the WordPress admin...

Difference between WordPress.com and WordPress.org

Overview WordPress offers two versions of its product: WordPress.com and WordPress.org. The...

Changing the domain of a WordPress site in the panel

Overview This article explains how to change the name of your WordPress site to a different...