filmov
tv
How to create a coming soon page for your WordPress Website?
Показать описание
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.
#wpastra #wordpress #brainstormforce
Products mentioned in the video:
🟣 Spectra One:
Tutorials
-------------------------------------------------------------------
📽📌 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?
🤔 How to use the Astra Theme (Step by Step)
-------------------------------------------------------------------
📌 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:
-------------------------------------------------------------------
📝 Are you a WordPress enthusiast who wants to contribute to our team? 📝
-------------------------------------------------------------------
🚨 Follow Us To Stay Updated 🚨
📌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();
}
}
#wpastra #wordpress #brainstormforce
Products mentioned in the video:
🟣 Spectra One:
Tutorials
-------------------------------------------------------------------
📽📌 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?
🤔 How to use the Astra Theme (Step by Step)
-------------------------------------------------------------------
📌 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:
-------------------------------------------------------------------
📝 Are you a WordPress enthusiast who wants to contribute to our team? 📝
-------------------------------------------------------------------
🚨 Follow Us To Stay Updated 🚨
📌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();
}
}
Комментарии