blogrow/404.php

21 lines
515 B
PHP
Raw Normal View History

2015-12-11 17:09:48 +01:00
<?php get_header(); ?>
2017-03-05 21:42:46 +01:00
<div class="content">
2015-12-11 17:09:48 +01:00
<div class="pad group">
<?php get_template_part('inc/page-title'); ?>
<div class="notebox">
<?php get_search_form(); ?>
</div>
<div class="entry-content">
2016-03-22 19:16:21 +01:00
<p><?php esc_html_e( 'The page you are trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.', 'blogrow' ); ?></p>
2015-12-11 17:09:48 +01:00
</div>
</div><!--/.pad-->
2017-03-05 21:42:46 +01:00
</div><!--/.content-->
2015-12-11 17:09:48 +01:00
<?php get_sidebar(); ?>
<?php get_footer(); ?>