diff --git a/functions.php b/functions.php index 180d021bf..2366ce9c4 100644 --- a/functions.php +++ b/functions.php @@ -3185,6 +3185,8 @@ $order_by = "updated DESC"; } + $order_by = "score DESC, $order_by"; + if ($override_order) { $order_by = $override_order; }