HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/themes/selecta/404.php
<?php
/**
 * The 404 template
 * @package WordPress
 * @subpackage Selecta
 */
get_header(); ?>

<div id="single-header">
	<div class="single-title-wrap">
		<h1 class="single-title"><?php _e( 'Not found', 'selecta' ); ?></h1>
	</div><!-- .single-title-wrap" -->
</div><!-- #single-header-->

<div id="main" class="clearfix">
	<div id="content" role="main">
		<div id="post-0" class="post-wrapper clearfix error404 not-found">

			<div class="entry-wrapper clearfix">
				<div class="entry">
					<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'selecta' ); ?></p>
					<?php get_search_form(); ?>
				</div><!-- .entry -->
			</div><!-- .entry-wrapper -->

		</div><!-- #post-0 -->
	</div><!-- #content -->

	<?php get_sidebar(); ?>

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

<?php get_footer(); ?>