Add option to display venue in event blocks close #90

This commit is contained in:
Brian Miyaji
2014-12-10 10:13:02 +11:00
parent fdca8e72b3
commit c9858f777b
2 changed files with 12 additions and 0 deletions

View File

@@ -246,6 +246,14 @@ class SP_Settings_Events extends SP_Settings_Page {
'id' => 'sportspress_event_blocks_show_season',
'default' => 'no',
'type' => 'checkbox',
'checkboxgroup' => '',
),
array(
'desc' => __( 'Display venue', 'sportspress' ),
'id' => 'sportspress_event_blocks_show_venue',
'default' => 'no',
'type' => 'checkbox',
'checkboxgroup' => 'end',
),