How to create a simple coming soon page using WordPress 2021 // Want to know how to create a simple and effective coming soon page using WordPress?
This video will show you how to quickly and easily create a beautiful coming soon page for your WordPress website. You’ll learn all the steps to create a quick landing page using the free Beaver Builder Lite Plugin - no coding required.
This is a beginner video guide to creating a coming soon landing page for your website.
Beaver Builder Lite Version - https://wordpress.org/plugins/beaver-...
Fullwidth Templates for Any Theme & Page Builder - https://wordpress.org/plugins/fullwid...
Code Snippets - https://en-za.wordpress.org/plugins/c...
Simple Social Icons - https://wordpress.org/plugins/simple-...
// add a custom 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();
}
}
Say Hi on social:
Instagram: / nicolatwebdesign
• How to create a simple coming soon page us...