Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-07-2009, 05:22 PM   PM User | #1
dfkkry
New to the CF scene

 
Join Date: Jul 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
dfkkry is an unknown quantity at this point
Question Want a "splash" page I made to show up as "Coming Soon" until my site is ready

I have a Wordpress blog that I hooked up through GoDaddy.com.

Currently I am still working on the layout, theme, etc, so I haven't really gotten anywhere. However, I have created a static page that has my logo and a "stay tuned" message. I created an image, saved it to Photobucket (couldn't think of anything else to do at the time), put that link into the html and uploaded it onto the server thing. I want this page to be the only one that users can see when they access the site- no links, nothing but the image and "coming soon". The only way I could figure out how to do this was to go into my main folder (root folder? I don't know all the terminology yet) and change the code in the "index.php" to show the "Stay Tuned" picture I created. I made a backup of the original index.php so that I could put it back to the way it was once my site is up and running.

The only problem is, I can't work with Wordpress and edit/test layouts like this. Is there any way I can make a static BLANK page (no links, no hint of a blog layout, just my jpeg) through Wordpress without having to change the index.php?

The main problem is that I can't edit and preview my blog layout like I normally would. I want to do editing behind the scenes with one simple page as a cover until I'm through. Does anyone have an idea of what I'm talking about

Thanks!

As a side note- I am pretty beginner with HTML stuff, so please explain as simply as possible. Any links to tutorials, etc would also be appreciated.
dfkkry is offline   Reply With Quote
Old 07-07-2009, 05:28 PM   PM User | #2
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,045
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
Try this ...

Make a splash page called "index.html" ...
<html>
<body>
<img src="splash.jpg">
</body>
</html>

Save it as "index.html" and upload into the same
root directory as your WP "index.php" file is located.

I believe the .html will take precedence over the .php

At least it's worth a shot.

You can then access WP by specifying "index.php" manually.
mlseim is online now   Reply With Quote
Old 07-07-2009, 06:27 PM   PM User | #3
jamesicus
Regular Coder

 
jamesicus's Avatar
 
Join Date: Oct 2008
Posts: 106
Thanks: 0
Thanked 11 Times in 10 Posts
jamesicus is an unknown quantity at this point
Quote:
Originally Posted by mlseim View Post
I believe the .html will take precedence over the .php ..........
Yes, here is the hierarchy:
index.html
index.htm
index.php

I use index.htm for my main Home page and index.php for my subsiduary (in my sig block).

James
__________________
Web Developer Tool Kit - for creating Standards compliant and Interoperable web pages
W3C Markup Validation Service - validate HTML code for reliable rendering in all Browsers
WAVE accessibility evaluation tool - check page structure, image alt text, form labels, etc.
jamesicus is offline   Reply With Quote
Old 07-07-2009, 06:40 PM   PM User | #4
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Quote:
Originally Posted by jamesicus View Post
Yes, here is the hierarchy:
index.html
index.htm
index.php

I use index.htm for my main Home page and index.php for my subsiduary (in my sig block).

James
Technically that is up to however the server was configured. Generally, yes the .htm or html will take first precedence but it isn't a hard and fast rule.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Reply

Bookmarks

Tags
construction, maintenance, static

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:21 PM.


Advertisement
Log in to turn off these ads.