Advertisement
wclendining

404.PHP

Apr 1st, 2015
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.61 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3.   <div id="main">
  4.   <article>
  5.         <h1>Land ho, no wait, where did it go?</h1>
  6.             <p>That page or article you are looking for isn't there. Not sure what happened, but try something like this:</p>
  7.             <ul>
  8.                 <li>Try the navigation options to see if you can find this page/article, or</li>
  9.                 <li>Use the search option to see if looking for key words will help.</li>
  10.             </ul>
  11.             <p>Good luck.</p>
  12.             <p class="Signature">Noah and crew</p>
  13.             <div class="pfoot">
  14.             Copyright &copy; 2015 <?php bloginfo('name'); ?>
  15.             </div>
  16.   </article>
  17.   </div>
  18.  
  19. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement