Option to display photos in player list close #28

This commit is contained in:
Brian Miyaji
2014-08-14 23:03:30 +10:00
parent c3776b4838
commit 5bcd97a5d2
4 changed files with 42 additions and 2 deletions

View File

@@ -58,6 +58,14 @@ class SP_Settings_Players extends SP_Settings_Page {
array( 'title' => __( 'Player Lists', 'sportspress' ), 'type' => 'title', 'id' => 'list_options' ),
array(
'title' => __( 'Players', 'sportspress' ),
'desc' => __( 'Display photos', 'sportspress' ),
'id' => 'sportspress_list_show_photos',
'default' => 'no',
'type' => 'checkbox',
),
array(
'title' => __( 'Pagination', 'sportspress' ),
'desc' => __( 'Paginate', 'sportspress' ),