HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/dothetest.co.uk/public_html/wp-content/themes/matthew-magazine-blog/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Matthew_Magazine_Blog
 */

get_header();
?>
<main id="content" class="site-main">
    <section class="block-default px-50  bg-grey">
        <div class="container-xl">
            <div class="">
                <div class="row">
                    <div class="col-12">
                        <div class="main__404">
                            <h1 class="main__404--title"><?php esc_html_e( '404','matthew-magazine-blog' ); ?></h1>
                            <h3 class="main__404--sub"><?php esc_html_e( 'Page Not Found','matthew-magazine-blog' ); ?></h3>
                            <p class="main__404--intro">
                                <?php esc_html_e( "The page requested couldn't be found. This could a spelling error in the URL or a removed page.",'matthew-magazine-blog' ); ?>
                            </p>
                            <a class="main__404--button" href="<?php echo esc_url(home_url()) ?>"><?php esc_html_e( 'Home Page','matthew-magazine-blog' ); ?></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
</main><!-- #main -->
<?php
get_footer();