HEX
Server: Apache
System: Linux server1.adamthecomputerguy.com 3.10.0-1160.92.1.el7.x86_64 #1 SMP Tue Jun 20 11:48:01 UTC 2023 x86_64
User: jcorr (10056)
PHP: 8.2.30
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/jcorrmechanical.com/httpdocs/wp-content/themes/smart-cleaning/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Smart Cleaning
 */

get_header(); ?>

<div id="primary" class="content-area">
    <main id="main" class="container site-main">
        <section class="error-404 not-found text-center">
            <div class="theme-area-headlines">
                <h2 class="theme-area-title mb-5">
                    <?php echo esc_html( get_theme_mod( 'smart_cleaning_404_page_main_heading', __( 'Oops! Page Not Found', 'smart-cleaning' ) ) ); ?>
                </h2>
            </div>
        </section>
        <section class="page-content text-center mb-5 pb-5">
            <div class="other-page-content">
                <div class="not-found-pagetext">
                    <h2><?php echo esc_html( get_theme_mod( 'smart_cleaning_404_page_content_1', __( 'We can’t seem to find the page you’re looking for.', 'smart-cleaning' ) ) ); ?></h2>
                    <p>
                        <?php echo esc_html( get_theme_mod( 'smart_cleaning_404_page_text_1', __( 'It looks like nothing was found at this location.', 'smart-cleaning' ) ) ); ?>
                        <a href="<?php echo esc_url( home_url() ); ?>">
                            <?php esc_html_e( 'Go back to Homepage', 'smart-cleaning' ); ?>
                        </a>
                    </p>
                </div>
            </div>
            <div class="not-found-pagetext-main">
                <div class="not-found-pagetext">
                    <h2><?php echo esc_html( get_theme_mod( 'smart_cleaning_404_page_content_2', __( 'Need Help?', 'smart-cleaning' ) ) ); ?></h2>
                    <p><?php echo esc_html( get_theme_mod( 'smart_cleaning_404_page_text_2', __( 'Try searching for what you need below.', 'smart-cleaning' ) ) ); ?></p>
                    <?php get_search_form(); ?>
                </div>
            </div>
        </section>
    </main>
</div>

<?php get_footer(); ?>