1. Web Design
  2. WordPress

Create a WordPress Coming Soon Page

Scroll to top

Not everyone gets the appeal of creating a coming soon page, and it might seem like a waste of time to some people. However, having a coming soon page can be an effective marketing strategy. It also becomes a lot easier and quicker to create a basic and yet stylish coming soon page if you are using WordPress.

In this post, we will give you some tips on how to get the most value out of a WordPress coming soon page. You will also learn how to create a WordPress coming soon page for your own website.

Coming Soon Page Final PreviewComing Soon Page Final PreviewComing Soon Page Final Preview

Tips for Creating a Coming Soon Page

One of the first things to remember when creating a coming soon page is to actually provide some value to users. Just placing a big coming soon text with a background image can work for well-established companies, but you will need to put some effort into it if you are just starting out.

Show a Launch Date

A basic piece of information that you can provide to users is to give them a launch date for the product or service. This way, even if someone visits your coming soon page only once, they would still know when you are planning to go live.

Use Social Media for Updates 

Provide links to any social media accounts you have created. People who are actually interested in your product or service will likely have some questions or would like to stay updated. Sharing your social media accounts will help you get some early likes and followers, as well as giving users an easy way of contacting you. You can also use the coming soon page as an opportunity to build an email list.

Build Hype With Previews and Updates

You can also provide timely updates on the coming soon page about the progress that you have been making with your product or service. This will help build some hype around the product and keep your followers engaged.

Create a WordPress Coming Soon Page

We will be using a free WordPress plugin called CMP—Coming Soon and Maintainance Plugin to create our WordPress coming soon page. It is completely free and easy to use.

Once you have installed and activated the plugin, you can turn on the Coming Soon Mode from the Admin toolbar in the dashboard.

Turning on Coming Soon ModeTurning on Coming Soon ModeTurning on Coming Soon Mode

Since "Coming Soon Mode" is turned on, you might expect that visiting the homepage of your website directly in a new tab will show you a coming soon page, but that's not how it works. All the content of the website will still be accessible to you as an Admin. However, other visitors will see a generic message when they try to visit any page on the website. Here is a screenshot of the generic coming soon page that the plugin creates by default as soon as you turn the coming soon mode On.

Default View of Coming Soon PageDefault View of Coming Soon PageDefault View of Coming Soon Page

Choosing a Theme

The plugin comes with three free themes that have some basic features built into them. All of them offer a slightly different set of features. We will choose the Countdown theme in this step because it offers a bunch of features like an actual countdown timer, a subscription form, and the ability to link to social media profiles.

Free Countdown ThemeFree Countdown ThemeFree Countdown Theme

Adding Content to the Page

We will be adding two main pieces of content to our coming soon page. First is the logo to help establish our brand identity, and second is a launch date with the progress that we have made so far.

For this tutorial, our coming soon page will refer to a fictitious service called "Camp Yaatra" that helps people plan camping trips. Therefore, the logo is simply the text Camp Yaatra in a large font. It links to the homepage of the website.

Coming Soon Logo and ContentComing Soon Logo and ContentComing Soon Logo and Content

The main content simply announces the launch date and provides a basic update about the tasks we have completed so far and tasks that are to be done. We are writing it as HTML (after using the Text tab) here because we will be using some custom CSS to modify the appearance of our to-do list.

Since we are launching the service at Christmas, it makes sense to set the countdown timer to 25 December 2021. You can also instruct the plugin to take some predefined actions like hiding the counter when the time is up. We have set it to disable the coming soon page.

Coming Soon SubscriptionComing Soon SubscriptionComing Soon Subscription

There are three different options to create a mailing list with the plugin. You can use the built-in subscription form provided by CMP or use MailOption or any other third-party plugin by including their shortcode.

Assuming you have followed all the steps in the tutorial so far, your coming soon page should look similar to the image below. The font and placement of some items might be a bit off, but we will get to that in the next section.

Coming Soon Preview After Countdown SetupComing Soon Preview After Countdown SetupComing Soon Preview After Countdown Setup

Customizing the Font and Appearance

The color and font of the coming soon page can be customized from the Customize tab in the plugin settings. You will be able to specify the font family and font weight, as well as the letter spacing and line height for the heading and main content.

Customize Font and ColorsCustomize Font and ColorsCustomize Font and Colors

The dropdown menu allows you to choose from a big list of Google fonts. I have selected Ubuntu for the heading and Muli as the content font in our example.

Now, we move on to the Custom CSS tab and enter the following custom CSS.

1
p.progress {
2
    font-size: 2rem;
3
	margin: 0;
4
}
5
6
div.logo-wrapper {
7
	padding-top: 0;
8
}
9
10
h1.cmp-title {
11
	margin-top: 0;
12
}
13
14
.cmp-subscribe input[type="email"] {
15
	font-style: normal;
16
}
17
18
.social-wrapper.body {
19
    margin-bottom: 0;
20
}
21
22
#subscribe-form {
23
    margin: 0;
24
}

Adding Social Media Icons and Footer Content

You can use this plugin to add links to different social media platforms where you actively engage with your followers. We will be including just Facebook, Twitter, and Instagram here, but you can add your YouTube channel or TikTok account as well.

Social Media Links and FooterSocial Media Links and FooterSocial Media Links and Footer

The footer content can be the tagline of your company or can provide some more information about it, like its physical location.

Adding a Background

You can also add your own custom background to the coming soon page. This could be either the default image that is unique for each theme or a custom image that you have uploaded to the WordPress media library. The plugin also gives you the option to use a video as background or show a random image from Unsplash.

Background Image SettingsBackground Image SettingsBackground Image Settings

Other options include setting a simple gradient or solid color as the background. You can also use a solid color or background as an overlay over your own custom image if you like. In our example, we have used a camping image from Reshot. Here's what the final version of our Coming Soon page looks like.

Coming Soon Page Final PreviewComing Soon Page Final PreviewComing Soon Page Final Preview

Final Thoughts

In this tutorial, we have used a free plugin to quickly create our own customized WordPress Coming Soon page. Hopefully, the end result looks good enough for use in your own projects. Try experimenting with different themes and adding your own custom content and CSS to make it stand out even more.

You can also take a look at a lot of other such free plugins listed in the WordPress directory if you would like to try them out.

Did you find this post useful?
Want a weekly email summary?
Subscribe below and we’ll send you a weekly email summary of all new Web Design tutorials. Never miss out on learning about the next big thing.
Looking for something to help kick start your next project?
Envato Market has a range of items for sale to help get you started.