Option to display photos in player list close #28
This commit is contained in:
@@ -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' ),
|
||||
|
||||
Reference in New Issue
Block a user