diff --git a/includes/shortcodes/class-sp-shortcode-player-details.php b/includes/shortcodes/class-sp-shortcode-player-details.php index 0f1b9efb..c9df6492 100644 --- a/includes/shortcodes/class-sp-shortcode-player-details.php +++ b/includes/shortcodes/class-sp-shortcode-player-details.php @@ -5,7 +5,7 @@ * @author ThemeBoy * @category Shortcodes * @package SportsPress/Shortcodes/Player_Details - * @version 1.2 + * @version 1.4.7 */ class SP_Shortcode_Player_Details { @@ -19,6 +19,7 @@ class SP_Shortcode_Player_Details { if ( ! isset( $atts['id'] ) && isset( $atts[0] ) && is_numeric( $atts[0] ) ) $atts['id'] = $atts[0]; + sp_get_template( 'player-photo.php', $atts ); sp_get_template( 'player-details.php', $atts ); } }