blogside/404.php

23 lines
506 B
PHP
Raw Normal View History

2016-02-03 11:28:05 +01:00
<?php get_header(); ?>
2017-03-05 21:42:58 +01:00
<div class="content">
2016-02-03 11:28:05 +01:00
<?php get_template_part('inc/page-title'); ?>
<div class="pad group">
<div class="notebox">
<?php get_search_form(); ?>
</div>
<div class="entry">
2018-10-31 13:03:44 +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.', 'blogside' ); ?></p>
2016-02-03 11:28:05 +01:00
</div>
</div><!--/.pad-->
2017-03-05 21:42:58 +01:00
</div><!--/.content-->
2016-02-03 11:28:05 +01:00
<?php get_sidebar(); ?>
<?php get_footer(); ?>