Advertisement
ndrat

404 wallhous

Aug 30th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <div id="page" class="single">
  3. <div class="content">
  4. <article class="article">
  5. <div id="content_box" >
  6. <div class="single_post">
  7. <header>
  8. <div class="title">
  9. <h1><?php _e('Error 404 Not Found', 'mythemeshop'); ?></h1>
  10. </div>
  11. </header>
  12. <div class="post-content">
  13. <p><?php _e('Oops! We couldn\'t find this Page.', 'mythemeshop'); ?><br/>
  14. <?php _e('Please check your URL or use the search form below.', 'mythemeshop'); ?></p>
  15. <?php get_search_form();?>
  16. <p class="clear"></p>
  17. </div><!--.post-content--><!--#error404 .post-->
  18. </div><!--#content-->
  19. </div><!--#content_box-->
  20. </article>
  21. <?php get_sidebar(); ?>
  22. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement