Updated 404.php

This commit is contained in:
Kenneth John Odle 2021-08-01 13:51:26 -04:00
parent f1bacc56d6
commit fe5250d8ce

View File

@ -22,7 +22,7 @@ get_header();
<!-- Post title info -->
<div class="post" >
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<?php _e( '404: We can\'t find that page', 'atticus-finch' ); ?>
<?php _e( '404: We can\'t find that page', 'portage' ); ?>
</h2>
<!-- Post content -->
@ -30,12 +30,12 @@ get_header();
<p><img src='<?php echo get_template_directory_uri(); ?>/images/404.jpg' /></p>
<p>
<?php
_e( 'Sorry, that page or post doesn\'t appear to be here. It may have been deleted, moved, or at the other end of an outdated link.', 'atticus-finch' );
_e( 'Sorry, that page or post doesn\'t appear to be here. It may have been deleted, moved, or at the other end of an outdated link.', 'portage' );
?>
</p>
<p>
<?php
_e( 'You can use the menus, categories, or tags to find what you are looking for. You can also use the search form below.', 'atticus-finch' );
_e( 'You can use the menus, categories, or tags to find what you are looking for. You can also use the search form below.', 'portage' );
?>
</p>
<p id="404search">