' . "\n"; echo '
' . "\n"; if (have_posts()) { the_post(); rewind_posts(); } mh_page_title(); mh_author_box(); echo '' . "\n"; if (have_posts()) { while (have_posts()) : the_post(); get_template_part('content', get_post_format()); endwhile; mh_pagination(); } else { get_template_part('content', 'none'); } ?>