HEX
Server: Apache
System: Linux pdx1-shared-a1-14 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: burgaska (13506502)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /home/burgaska/conductingmovements.com/wp-content/themes/suidobashi/404.php
<?php
/**
 * The template for displaying 404 error pages.
 *
 * @package Suidobashi
 * @since Suidobashi 1.0
 */

get_header(); ?>

	<div id="primary" class="site-content cf" role="main">
		<section id="post-0" class="page no-results not-found cf">

			<header class="entry-header">
			<h1 class="entry-title"><a href="%s" rel="bookmark"><?php _e( '404! Oops, that page can&rsquo;t be found', 'suidobashi' ); ?></a></h1>
			</header><!-- end .entry-header -->

			<div class="entry-content">
				<p><?php _e( 'It looks like nothing was found at this location. Maybe try another search term?', 'suidobashi' ); ?></p>
				<?php get_search_form(); ?>
			</div><!-- end .entry-content -->

		</section><!-- end #post-0 -->
	</div><!-- end #primary -->

<?php get_footer(); ?>