Question

I have setup WordPress-oriented hosting on HostGator and I will be building a WordPress Site soon. At this point, it is a generic 'Hello World' default page. In the meantime, I found a fantastic HTML5 template for "Coming Soon" landing page.

What would be the most reasonable way to setup the "Coming Soon" HTML5 landing page? Does it make sense to try to place it 'within' WordPress or maybe remove the WordPress completely and have the HTML5 only, until the WordPress is built?

Was it helpful?

Solution

So yes, if you want to only show the "Coming soon" page, and keep working on your WordPress site at the same time, the best option is to move your WordPress installation somewhere else and only leave the HTML5 page.

Another option would be through plugins - there are plugins that exist to force all URLs on your site to go back to this special page, unless you are logged in. But you'd have to make sure the plugin in question allows you to modify the html of the default page it shows.

Any other solution that I can think of is going to be incomplete (i.e. people could still go look at mysite.com/wp-admin or any other URL they can figure out by themselves) and would prevent you from working on all or part of your site.

Hope this helps!

OTHER TIPS

shove that html into a front-page.php file and add that to your theme via ftp. make a blank page, name it front page (or whatever) and then in settings->reading set the front page to display a static page, and make it that one.

I would use this plugin https://tah.wordpress.org/plugins/ultimate-coming-soon-page/ and add my custom CSS/HTML code and activate the plugin.

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top