Skip to content

Commit

Permalink
Reverse order of Learning Pathways in local nav
Browse files Browse the repository at this point in the history
Order oldest to newest. Makes order consistent with Learning Pathway cards.

See 66b6370
  • Loading branch information
adamwoodnz committed Dec 19, 2024
1 parent 9ac14d4 commit 2782b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wp-content/themes/pub/wporg-learn-2024/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ function add_site_navigation_menus( $menus ) {
array(
'taxonomy' => 'learning-pathway',
'hide_empty' => true,
'order' => 'DESC',
)
);

Expand Down

0 comments on commit 2782b81

Please sign in to comment.