test
// WP_Query arguments $args = array( 'post_type' => array( 'doctor' ), 's' => 'california', ); // The Query $query = new WP_Query( $args );
// WP_Query arguments $args = array( 'post_type' => array( 'doctor' ), 's' => 'california', ); // The Query $query = new WP_Query( $args );