Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Static splash page
#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


Messages In This Thread
Static splash page - by lakaroth - 2014-10-20, 23:20:29
RE: Static splash page - by shawn_a - 2014-10-20, 23:31:22
RE: Static splash page - by lakaroth - 2014-10-20, 23:40:50
RE: Static splash page - by shawn_a - 2014-10-20, 23:52:17
RE: Static splash page - by lakaroth - 2014-10-21, 00:05:04
RE: Static splash page - by shawn_a - 2014-10-21, 00:41:22



Users browsing this thread: 2 Guest(s)