HEX
Server: Apache
System: Linux p3plzcpnl506847.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: slfopp7cb1df (5698090)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/slfopp7cb1df/www/shaneconrad.me/wp-content/themes/doctors-profile/404.php
<?php

/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package X Hub
 */

get_header();
?>
<div class="container">

	<main id="primary" class="site-main xmain-404 shadow mt-5 mb-5">

		<section class="error-404 not-found pb-5 pt-5 text-center">
			<header class="page-header pb-3">
				<h1 class="page-title"><?php esc_html_e('Oops! That page can&rsquo;t be found.', 'doctors-profile'); ?></h1>
			</header><!-- .page-header -->

			<div class="page-content">
				<p><?php esc_html_e('It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'doctors-profile'); ?></p>

				<?php
				get_search_form();

				?>

			</div><!-- .page-content -->
		</section><!-- .error-404 -->

	</main><!-- #main -->
</div>

<?php
get_footer();