Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Static splash page
#1
Hello there, a simple question.

How can i place a static index.html page before enter the website?
Reply
#2
why?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
(2014-10-20, 23:31:22)shawn_a Wrote: why?

To do something like:

www.mywebsite.com
(static and cool webpage full screen with video background or slider)
enter the site
(my getsimple installation)
Reply
#4
Do you want just a splash screen ?
This should be done in GS, using an alternative template inside your theme for that page.

Use index but change the template for that page only, and convert your splash to php, or

If you really want to use an static html, you can make a php template that includes it.

PHP Code:
<?php
// template staticindex
include('staticfile.html')
?>

or just change it to .php, but you will not get any of the headers from gs unless you add the code in the template for get_header, get_footer etc.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#5
thank you very much.. i will try!
Reply
#6
The wiki has some information on creating themes and templates
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply




Users browsing this thread: 1 Guest(s)