HEX
Server: Apache
System: Linux webserver101.turnkeywebspace.com 4.18.0-553.81.1.el8_10.x86_64 #1 SMP Mon Oct 27 11:29:19 EDT 2025 x86_64
User: mastech10 (1521)
PHP: 8.2.30
Disabled: show_source,system,shell_exec,passthru,exec,phpinfo,popen,proc_open,eval
Upload Files
File: /home/mastech10/www/runntrail.com/wp-content/themes/royale-news/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Royale_News
 */

get_header();

/**
* Hook - royale_news_breadcrumb.
*
* @hooked royale_news_breadcrumb_action - 10
*/
do_action( 'royale_news_breadcrumb' );
?>
<div id="primary" class="content-area <?php royale_news_inner_container_class(); ?>">
	<main id="main" class="site-main">
		<div class="container">
			<div class="row section">
				<div class="col-md-8 col-md-offset-2">
					<div class="row clearfix news-section">
						<div class="col-md-12">
							<div class="error-404 not-found">
								<header class="page-header">
									<h1 class="title-404"><?php echo esc_html__( '404', 'royale-news' ); ?></h1>
									<h4 class="subtitle-404"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'royale-news' ); ?></h4>
								</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?', 'royale-news' ); ?></p>
									<?php get_search_form(); ?>
								</div><!-- .page-content -->
							</div><!-- .error-404.not-found -->
						</div>
					</div><!-- .row.clearfix.news-section -->
				</div>
			</div><!-- .row.section -->
		</div><!-- .container -->
	</main><!-- .main-container -->
</div>
<?php
get_footer();