Please Help, need splash page.html to load wordpress page.php
-
Hi,
I created s splash page for my father at the following location
The code on the splash page when looking at the source code below or clicking here
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Vend Cafe</title> <link rel="stylesheet" href="example/style.css" type="text/css" media="screen" /> <script type="text/javascript">var _siteRoot='index.html',_root='index.html';</script> <script type="text/javascript" src="example/js/jquery.js"></script> <script type="text/javascript" src="example/js/scripts.js"></script> </head> <body> <div align="center"> <p> <!--/top--> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> </div> <div id="header"><div class="wrap"> <div id="slide-holder"> <div id="slide-runner"> <div align="center"><a href="https://vendcafeinc.com/" target="_self"><img id="slide-img-1" src="example/images/001.gif" class="slide" alt="" /></a> <a href="https://vendcafeinc.com/?page_id=212" target="_self"><img id="slide-img-2" src="example/images/vending_services.jpg" class="slide" alt="" /></a> <a href="https://vendcafeinc.com/?page_id=95" target="_self"><img id="slide-img-3" src="example/images/office.jpg" class="slide" alt="" /></a> <a href="https://vendcafeinc.com/?page_id=93" target="_self"><img id="slide-img-4" src="example/images/keurig.jpg" class="slide" alt="" /></a> <a href="https://vendcafeinc.com/?page_id=101" target="_self"><img id="slide-img-5" src="example/images/tassimo.jpg" class="slide" alt="" /></a> <a href="https://vendcafeinc.com/?page_id=97" target="_self"><img id="slide-img-6" src="example/images/water_services.jpg" class="slide" alt="" /></a> </div> <div id="slide-controls"> <p align="center" class="text" id="slide-client"><strong>post: </strong><span></span></p> <p align="center" class="text" id="slide-desc"></p> <p align="center" id="slide-nav"></p> </div> </div> <div align="center"> <!--content featured gallery here --> </div> </div> <div align="center"> <script type="text/javascript"> if(!window.slider) var slider={};slider.data=[{"id":"slide-img-1","client":"WELCOME TO VEND CAFE","desc":"CLICK TO ENTER HOME PAGE"},{"id":"slide-img-2","client":"VENDING SERVICES","desc":"CLICK TO ENTER VENDING SERVICES"},{"id":"slide-img-3","client":"OFFICE COFFEE SERVICES","desc":"CLICK TO ENTER OFFICE COFFEE SERVICES"},{"id":"slide-img-4","client":"KEURIG","desc":"CLICK TO ENTER KEURIG SINGLE CUP"},{"id":"slide-img-5","client":"TASSIMO","desc":"CLICK HERE TO ENTER TASSIMO SINGLE CUP"},{"id":"slide-img-6","client":"WATER SERVICES","desc":"CLICK HERE TO ENTER WATER SERVICES"}]; </script> </div> </div> </div><!--/header--> </body> </html> . * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', false); /** Loads the WordPress Environment and Template */ require('./wp-blog-header.php'); ?> </head> <body> <div align="center"> <p> <!--/top--> </p> <p>?</p> <p>?</p> <p>?</p> <p>?</p> <p>?</p> <p>?</p> <p>?</p> <p>?</p> <p>?</p> <p>?</p> </div> <div id="header"><div class="wrap"> <div id="slide-holder"> <div id="slide-runner"> <div align="center"><a href="https://vendcafeinc.com/" target="_self"><img id="slide-img-1" src="example/images/001.gif" class="slide" alt="" /></a> <a href="https://vendcafeinc.com/?page_id=212" target="_self"><img id="slide-img-2" src="example/images/vending_services.jpg" class="slide" alt="" /></a> <a href="https://vendcafeinc.com/?page_id=95" target="_self"><img id="slide-img-3" src="example/images/office.jpg" class="slide" alt="" /></a> <a href="https://vendcafeinc.com/?page_id=93" target="_self"><img id="slide-img-4" src="example/images/keurig.jpg" class="slide" alt="" /></a> <a href="https://vendcafeinc.com/?page_id=101" target="_self"><img id="slide-img-5" src="example/images/tassimo.jpg" class="slide" alt="" /></a> <a href="https://vendcafeinc.com/?page_id=97" target="_self"><img id="slide-img-6" src="example/images/water_services.jpg" class="slide" alt="" /></a> </div> <div id="slide-controls"> <p align="center" class="text" id="slide-client"><strong>post: </strong><span></span></p> <p align="center" class="text" id="slide-desc"></p> <p align="center" id="slide-nav"></p> </div> </div> <div align="center"> <!--content featured gallery here --> </div> </div> <div align="center"> <script type="text/javascript"> if(!window.slider) var slider={};slider.data=[{"id":"slide-img-1","client":"WELCOME TO VEND CAFE","desc":"CLICK TO ENTER HOME PAGE"},{"id":"slide-img-2","client":"VENDING SERVICES","desc":"CLICK TO ENTER VENDING SERVICES"},{"id":"slide-img-3","client":"OFFICE COFFEE SERVICES","desc":"CLICK TO ENTER OFFICE COFFEE SERVICES"},{"id":"slide-img-4","client":"KEURIG","desc":"CLICK TO ENTER KEURIG SINGLE CUP"},{"id":"slide-img-5","client":"TASSIMO","desc":"CLICK HERE TO ENTER TASSIMO SINGLE CUP"},{"id":"slide-img-6","client":"WATER SERVICES","desc":"CLICK HERE TO ENTER WATER SERVICES"}]; </script> </div> </div> </div><!--/header--> </body> </html>
When clicking on the image links, it will not load up word press. I am assuming the code below needs to be on the splash page or can someone please help me? Thanks
<?php /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define('WP_USE_THEMES', false); /** Loads the WordPress Environment and Template */ require('./wp-blog-header.php'); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Please Help, need splash page.html to load wordpress page.php’ is closed to new replies.