diff --git a/wp-content/themes/pub/wporg-learn-2024/functions.php b/wp-content/themes/pub/wporg-learn-2024/functions.php index 0856d8481..9e8205af9 100644 --- a/wp-content/themes/pub/wporg-learn-2024/functions.php +++ b/wp-content/themes/pub/wporg-learn-2024/functions.php @@ -362,6 +362,7 @@ function add_site_navigation_menus( $menus ) { array( 'taxonomy' => 'learning-pathway', 'hide_empty' => true, + 'order' => 'DESC', ) );