HEX
Server: LiteSpeed
System: Linux node612.namehero.net 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: dfwparty (1186)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //home/dfwparty/dfwblogger.com/wp-content/themes/mh-magazine/404.php
<?php get_header(); ?>
<div class="mh-wrapper clearfix">
	<div class="mh-main clearfix">
		<div id="main-content" class="mh-content" role="main">
			<?php mh_before_page_content(); ?>
			<header class="page-header">
				<h1 class="page-title">
					<?php esc_html_e('Page not found (404)', 'mh-magazine'); ?>
				</h1>
			</header>
			<div class="entry-content mh-widget">
				<div class="mh-box">
					<p><?php esc_html_e('It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'mh-magazine'); ?></p>
				</div>
				<h4 class="mh-widget-title mh-404-search">
					<span class="mh-widget-title-inner">
						<?php esc_html_e('Search', 'mh-magazine'); ?>
					</span>
				</h4>
				<?php get_search_form(); ?>
			</div>
			<div class="mh-404-columns clearfix">
				<div class="mh-sidebar mh-home-sidebar mh-home-area-3"><?php
					$instance = array('title' => esc_html__('Latest Articles', 'mh-magazine'), 'postcount' => 5, 'order' => 'date', 'excerpt' => 'first', 'sticky' => 1);
					$args = array('before_widget' => '<div class="mh-widget">', 'after_widget' => '</div>', 'before_title' => '<h4 class="mh-widget-title"><span class="mh-widget-title-inner">', 'after_title' => '</span></h4>');
					the_widget('mh_magazine_custom_posts', $instance , $args); ?>
				</div>
				<div class="mh-sidebar mh-home-sidebar mh-margin-left mh-home-area-4"><?php
					$instance = array('title' => esc_html__('Popular Articles', 'mh-magazine'), 'postcount' => 5, 'order' => 'comment_count', 'excerpt' => 'first', 'sticky' => 1);
					$args = array('before_widget' => '<div class="mh-widget">', 'after_widget' => '</div>', 'before_title' => '<h4 class="mh-widget-title"><span class="mh-widget-title-inner">', 'after_title' => '</span></h4>');
					the_widget('mh_magazine_custom_posts', $instance , $args); ?>
				</div>
			</div>
		</div>
		<?php get_sidebar(); ?>
	</div>
	<?php mh_magazine_second_sidebar(); ?>
</div>
<?php get_footer(); ?>