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/boldgrid-westview/404.php
<?php
/**
 * 404 Template
 *
 * This file contains the 404 template used in this theme.
 *
 * @since 2.0
 * @package Prime
 */
?>

<?php do_action( '404_before' ); ?>
<div class="jumbotron text-center">
	<div class="container">
		<h1>404: Page Not Found.</h1>
			<p><?php _e( 'The page you requested could not be found.' ); ?></p>
		<div class="row">
			<div class="col-md-12">
				<?php get_search_form(); ?>
			</div>
		</div>
		<?php get_template_part( 'templates/recent-entries' ); ?>
	</div> <!-- .container -->
</div> <!-- .jumbotron -->
<?php do_action( '404_after' ); ?>