diff --git a/core/um-actions-members.php b/core/um-actions-members.php index 3fe7ee1a..542a656b 100644 --- a/core/um-actions-members.php +++ b/core/um-actions-members.php @@ -214,7 +214,7 @@ -
+
@@ -229,7 +229,7 @@ ?>
-
+
diff --git a/core/um-filters-members.php b/core/um-filters-members.php index 979ea59d..c1d3f9e6 100644 --- a/core/um-filters-members.php +++ b/core/um-filters-members.php @@ -157,7 +157,7 @@ if ( $sortby == 'other' && $sortby_custom ) { $query_args['meta_key'] = $sortby_custom; - $query_args['orderby'] = 'meta_value'; + $query_args['orderby'] = 'meta_value, display_name'; } else if ( in_array( $sortby, array( 'last_name', 'first_name' ) ) ) { diff --git a/templates/profile.php b/templates/profile.php index 9c6cc221..8b994d1e 100644 --- a/templates/profile.php +++ b/templates/profile.php @@ -1,4 +1,4 @@ -
+
diff --git a/um-config.php b/um-config.php index c28cfba1..5be0a1fb 100644 --- a/um-config.php +++ b/um-config.php @@ -1384,6 +1384,7 @@ $this->sections[] = array( 'desc' => __( 'Choose global ratio for cover photos of profiles','ultimatemember' ), 'default' => um_get_metadefault('profile_cover_ratio'), 'options' => array( + '1.6:1' => '1.6:1', '2.7:1' => '2.7:1', '2.2:1' => '2.2:1', '3.2:1' => '3.2:1',