' . "\n"; echo '
' . "\n"; echo '

' . wp_title("", false) . '

' . "\n"; echo '' . "\n"; if (category_description()) { echo '
' . "\n"; echo category_description(); 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'); } ?>