error, no result pages

This commit is contained in:
infeeeee
2019-08-14 04:46:39 +02:00
parent 6edb7e59ed
commit 7ab073d280
12 changed files with 2573 additions and 860 deletions

14
404.php
View File

@@ -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 -->