Add random sorting to player gallery widget

This commit is contained in:
Brian Miyaji
2015-06-21 00:29:43 +10:00
parent 22b263f527
commit f03b72167d
3 changed files with 16 additions and 0 deletions

View File

@@ -101,6 +101,9 @@ class SP_Widget_Player_Gallery extends WP_Widget {
'name' => __( 'Name', 'sportspress' ),
'eventsplayed' => __( 'Played', 'sportspress' )
),
'append_options' => array(
'rand' => __( 'Random', 'sportspress' ),
),
'post_type' => 'sp_performance',
'name' => $this->get_field_name('orderby'),
'id' => $this->get_field_id('orderby'),