Skip to content

Commit

Permalink
Reverse the display order of Learning Pathway cards
Browse files Browse the repository at this point in the history
The earliest created should be displayed first.
  • Loading branch information
adamwoodnz committed Dec 19, 2024
1 parent ba0bd33 commit 66b6370
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function render( $attributes, $content, $block ) {
array(
'taxonomy' => 'learning-pathway',
'hide_empty' => true,
'order' => 'DESC',
)
);
$is_mini = isset( $attributes['isMini'] ) && $attributes['isMini'];
Expand Down

0 comments on commit 66b6370

Please sign in to comment.