From aab6277ffcb90030af7186c6a01c7b34267be33c Mon Sep 17 00:00:00 2001 From: Addison Hall <3410344+addisonhall@users.noreply.github.com> Date: Sat, 3 Mar 2018 12:28:58 -0600 Subject: [PATCH] Add menu_order option to wpsp_orderby --- admin/metabox.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/metabox.php b/admin/metabox.php index bf30565..6d35131 100644 --- a/admin/metabox.php +++ b/admin/metabox.php @@ -791,7 +791,8 @@ function wpsp_register( $butterbean, $post_type ) { 'modified' => __( 'Modified','wp-show-posts' ), 'parent' => __( 'Parent','wp-show-posts' ), 'rand' => __( 'Random','wp-show-posts' ), - 'comment_count' => __( 'Comment count','wp-show-posts' ) + 'comment_count' => __( 'Comment count','wp-show-posts' ), + 'menu_order' => __( 'Menu Order','wp-show-posts' ) ), 'attr' => array( 'id' => 'wpsp-orderby' ) )