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

' . __('Search Results for ', 'mh') . get_search_query() . '

' . "\n"; 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'); } ?>