Display staff profiles close #19

This commit is contained in:
Brian Miyaji
2014-04-27 17:36:31 +10:00
parent 100f172adc
commit 44c7874a7e
4 changed files with 105 additions and 1 deletions

View File

@@ -248,6 +248,22 @@ if ( ! function_exists( 'sportspress_output_player_list' ) ) {
}
}
/** Single Staff ********************************************************/
if ( ! function_exists( 'sportspress_output_staff_details' ) ) {
/**
* Output the staff metrics.
*
* @access public
* @subpackage Staff/Metrics
* @return void
*/
function sportspress_output_staff_details() {
sp_get_template( 'staff-details.php' );
}
}
/** Venue Archive ********************************************************/
function sportspress_output_venue_map( $query ) {