14 lines
410 B
PHP
14 lines
410 B
PHP
<?php get_template_part('templates/page', 'header'); ?>
|
|
|
|
<div class="alert alert-warning">
|
|
<?php _e('Sorry, but the page you were trying to view does not exist.', 'sage'); ?>
|
|
</div>
|
|
|
|
<p><?php _e('It looks like this was the result of either:', 'sage'); ?></p>
|
|
<ul>
|
|
<li><?php _e('a mistyped address', 'sage'); ?></li>
|
|
<li><?php _e('an out-of-date link', 'sage'); ?></li>
|
|
</ul>
|
|
|
|
<?php get_search_form(); ?>
|