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/jennysmasks.com/wp-content/themes/dyad/404.php
<?php
/**
 * The template for displaying 404 pages (not found).
 *
 * @package Dyad
 */

get_header(); ?>

	<main id="primary" class="content-area" role="main">

		<div class="entry-inner">

			<header class="entry-header">
				<h1><?php esc_html_e( 'Oops! That page can\'t be found.', 'dyad' ); ?></h1>

			</header><!-- .entry-header -->

			<div class="entry-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?', 'dyad' ); ?></p>

				<?php get_search_form(); ?>

				<div class="error404-widgets">

					<?php the_widget( 'WP_Widget_Recent_Posts', 'number=10', 'before_title=<h2 class="widget-title">' ); ?>

					<?php if ( dyad_categorized_blog() ) : // Only show the widget if site has multiple categories. ?>
					<div class="widget widget_categories">
						<h2 class="widget-title"><?php esc_html_e( 'Most Used Categories', 'dyad' ); ?></h2>
						<ul>
						<?php
							wp_list_categories( array(
								'orderby'    => 'count',
								'order'      => 'DESC',
								'show_count' => 1,
								'title_li'   => '',
								'number'     => 10,
							) );
						?>
						</ul>
					</div><!-- .widget -->
					<?php endif; ?>


				</div><!-- .error404-widgets -->

			</div><!-- .entry-content -->
		</div><!-- .entry-main -->

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

<?php get_footer(); ?>