error, no result pages
This commit is contained in:
14
404.php
14
404.php
@@ -6,12 +6,14 @@
|
||||
|
||||
<!-- article -->
|
||||
<article id="post-404">
|
||||
|
||||
<h1><?php _e( 'Page not found', 'dis2019' ); ?></h1>
|
||||
<h2>
|
||||
<a href="<?php echo home_url(); ?>"><?php _e( 'Return home?', 'dis2019' ); ?></a>
|
||||
</h2>
|
||||
|
||||
<div class="archivetitle 404-title">
|
||||
<h1><?php _e( 'Page not found', 'dis2019' ); ?></h1>
|
||||
<div class="toHome">
|
||||
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
|
||||
← <?php _e('Back to home:', 'dis2019');?>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
<!-- /article -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user