File "404.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/themes/goya/404.php
File size: 733 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The template for displaying 404 pages (not found)
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package Goya
*/
get_header(); ?>
<div class="type-page page-padding">
<div class="container">
<div class="row content404">
<div class="col-12">
<div class="empty-circle"><?php get_template_part('assets/img/svg/x.svg'); ?></div>
<h4><?php esc_html_e( 'Oops! Page not found.', 'goya' ); ?></h4>
<p><?php esc_html_e( 'We are sorry, but the page you\'re looking for cannot be found.', 'goya' ); ?></p>
<a class="button outlined" href="<?php echo esc_url(home_url('/')); ?>"><?php esc_html_e('Back to homepage', 'goya'); ?></a>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>