Updated 404.php
This commit is contained in:
parent
f1bacc56d6
commit
fe5250d8ce
6
404.php
6
404.php
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user