Restructure theme, use autoloader
This commit is contained in:
7
templates/404.php
Normal file
7
templates/404.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php App\template_part('partials/page-header'); ?>
|
||||
|
||||
<div class="alert alert-warning">
|
||||
<?php _e('Sorry, but the page you were trying to view does not exist.', 'sage'); ?>
|
||||
</div>
|
||||
|
||||
<?php get_search_form(); ?>
|
||||
Reference in New Issue
Block a user