<?php /** * * The template used for displaying default location result * * @package mentoring */ global $wp_query; get_header(); get_template_part("directory/mentor", "search"); get_footer();