How to create a coming soon page for your WordPress Website?
Brainstorm Force Brainstorm Force
58.3K subscribers
5,611 views
0

 Published On Dec 8, 2023

Want to set Coming Soon Page for your website? Here is an easy and Right Way to do that Using Spectra Plugin. Set your website to coming soon or maintenance mode with just a few clicks.
Try Spectra today: https://wpspectra.com/

#wpastra #wordpress #brainstormforce

Products mentioned in the video:

🟣 Astra: https://wpastra.com
🟣 Astra Pro: https://wpastra.com/pro/
🟣 Spectra One:
🟣 Spectra: https://wpspectra.com/
🟣 Spectra Pro : https://wpspectra.com/pro/
🟣 Starter Templates: https://wpastra.com/updates/starter-t...
🟣 ZipWP: https://zipwp.com/

Tutorials

🟣 The Future Of Astra?    • The Future Of Astra vs Spectra One - ...  
🟣 Astra Theme Full Tutorial MASTERCLASS -    • Astra Theme Full Tutorial 2023 MASTER...  
🟣 Astra FREE vs PRO - What's The Difference?:    • Astra Free vs Pro - WHY ASTRA PRO?  
🟣 Getting Started WIth Astra:    • Astra Theme Quick Start Guide - v4.0 ...  
🟣 Spectra One Walkthrough:    • Spectra One WordPress Theme Walkthrou...  
🟣 Spectra Flexbox Controls CRASH COURSE:    • Spectra Flexbox Controls CRASH COURSE  
🟣 Build Websites Faster With Starter Templates 3.0 -    • Build Websites Faster With Starter Te...  

-------------------------------------------------------------------

📽📌 Table of Content 📌📽
0:00 - Introduction
0:35 - Two ways to create a coming soon page
0:58 - Setting up WordPress site using AI
2:02 - Design Coming Soon page using Spectra
4:35 - Adding Code Snippet to set the Coming Soon page
6:43 - Set Coming soon page - The Right way
8:20- Final Thoughts


-----------------------------------------------------------------

🤔 Just starting to create a website?
Refer to this ultimate guide: https://wpastra.com/guides-and-tutori...

🤔 How to use the Astra Theme (Step by Step)
Refer to this ultimate tutorial:    • Astra Theme Full Tutorial | How to us...  

-------------------------------------------------------------------

📌 About Us 📌

At Brainstorm Force, we believe creating a website should not be complicated.

We build quality WordPress products and tools that are simple to use, affordable, and reliable to help entrepreneurs, professionals, and bloggers grow online.

Brainstorm Force is the team behind popular WordPress products like:

🟣 Most Popular WordPress Theme Astra: https://wpastra.com/

🟣 Starter Templates with 300+ pre-designed website templates: https://startertemplates.com/

🟣 Spectra to power your WordPress block editor: https://wpspectra.com/

🟣 Ultimate Addons for Elementor: https://ultimateelementor.com/

🟣 Ultimate Addons for Beaver Builder: https://www.ultimatebeaver.com/

🟣 Schema Pro to add schema markup to your website: https://wpschema.com/

🟣 Convert Pro to generate more leads: https://www.convertpro.net/

🟣 WP Portfolio to design your beautiful portfolio: https://wpportfolio.net/

🟣 ProjectHuddle to get sticky-note style feedback on your websites and designs: https://projecthuddle.com/

-------------------------------------------------------------------

📝 Are you a WordPress enthusiast who wants to contribute to our team? 📝

We are hiring across multiple positions: https://brainstormforce.com/join/

-------------------------------------------------------------------

🚨 Follow Us To Stay Updated 🚨

Facebook Community:   / wpastra  

Facebook Page:   / brainstormforce  

Twitter:   / webrainstorm  

LinkedIn:   / brainstorm-force  

YouTube:    / brainstormforce  


📌Custom code for coming soon page📌
add_action("template_redirect", "my_custom_coming_soon");

function my_custom_coming_soon()
{
if (!is_user_logged_in() && !is_page("coming-soon")) {
wp_redirect(site_url("coming-soon"));

exit();
}
}

show more

Share/Embed