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/otbproductions.org.old/wp-content/themes/bloxy-two/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 */

get_header(); ?>

		<div id="content" role="main">
		
		
			<div class="article page no-results not-found" id="post-0">
				<div class="head">
					<h2 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn&rsquo;t it?', 'bloxy' ); ?></h2>
				</div>
				<div class="content">
					<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps one of the links below can help. You might also try searching in the right upper corner.', 'bloxy' ); ?></p>
					
					<div class="recent"><?php the_widget( 'WP_Widget_Recent_Posts', array( 'number' => 10 ), array( 'widget_id' => '404' ) ); ?></div>
					
					<div class="categories">
						<h2 class="widgettitle"><?php _e( 'Most Used Categories', 'bloxy' ); ?></h2>
						<ul>
						<?php wp_list_categories( array( 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10 ) ); ?>
						</ul>
					</div>
					<div class="cf"></div>

					<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>
					
				</div>
				<div class="foot">		
				</div>
			</div>
			
		</div><!-- #content -->
	</div>

<?php get_footer(); ?>