Files
sportspress/templates/player.php
2014-03-30 12:49:23 +11:00

7 lines
180 B
PHP

<?php
if ( ! isset( $id ) )
$id = get_the_ID();
sp_get_template( 'player-metrics.php', array( 'id' => $id ) );
sp_get_template( 'player-performance.php', array( 'id' => $id ) );