Display metrics and statistics on player page

This commit is contained in:
Brian Miyaji
2014-01-14 04:16:11 +11:00
parent bd919ad121
commit 6e099d0424
218 changed files with 537 additions and 157 deletions

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['baseball'] = array(
'name' => 'Baseball',
'name' => __( 'Baseball', 'sportspress' ),
'posts' => array(
// Columns
'sp_column' => array(

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['basketball'] = array(
'name' => 'Basketball',
'name' => __( 'Basketball', 'sportspress' ),
'posts' => array(
// Table Columns
'sp_column' => array(

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['cricket'] = array(
'name' => 'Cricket',
'name' => __( 'Cricket', 'sportspress' ),
'posts' => array(
// Table Columns
'sp_column' => array(

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['football'] = array(
'name' => 'American Football',
'name' => __( 'American Football', 'sportspress' ),
'posts' => array(
// Table Columns
'sp_column' => array(

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['footy'] = array(
'name' => 'Australian Rules Football',
'name' => __( 'Australian Rules Football', 'sportspress' ),
'posts' => array(
// Table Columns
'sp_column' => array(

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['gaming'] = array(
'name' => 'Competitive Gaming',
'name' => __( 'Competitive Gaming', 'sportspress' ),
'posts' => array(
// Table Columns
'sp_column' => array(

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['golf'] = array(
'name' => 'Golf',
'name' => __( 'Golf', 'sportspress' ),
'posts' => array(
// Table Columns
'sp_column' => array(

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['hockey'] = array(
'name' => 'Hockey',
'name' => __( 'Hockey', 'sportspress' ),
'posts' => array(
// Table Columns
'sp_column' => array(

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['racing'] = array(
'name' => 'Racing',
'name' => __( 'Racing', 'sportspress' ),
'posts' => array(
// Table Columns
'sp_column' => array(

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['rugby'] = array(
'name' => 'Rugby',
'name' => __( 'Rugby', 'sportspress' ),
'posts' => array(
// Table Columns
'sp_column' => array(

View File

@@ -2,7 +2,7 @@
global $sportspress_sports;
$sportspress_sports['soccer'] = array(
'name' => 'Association Football (Soccer)',
'name' => __( 'Association Football (Soccer)', 'sportspress' ),
'posts' => array(
// Table Columns
'sp_column' => array(