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/ajpartyfun.com/wp-content/themes/mh-magazine/archive.php
<?php get_header(); ?>
<div class="mh-wrapper clearfix">
	<div class="mh-main clearfix">
		<div id="main-content" class="mh-loop mh-content" role="main"><?php
			mh_before_page_content();
			if (have_posts()) { ?>
				<header class="page-header"><?php
					the_archive_title('<h1 class="page-title">', '</h1>');
                    mh_cat_header();
					if (is_author()) {
						mh_magazine_author_box();
					} else {
						the_archive_description('<div class="entry-content mh-loop-description">', '</div>');
					} ?>
				</header><?php
				mh_magazine_loop_layout();
				mh_magazine_pagination();
			} else {
				get_template_part('content', 'none');
			} ?>
		</div>
		<?php get_sidebar(); ?>
	</div>
	<?php mh_magazine_second_sidebar(); ?>
</div>
<?php get_footer(); ?>