Skip to content

Commit

Permalink
Order list of commands alphabetically (#510)
Browse files Browse the repository at this point in the history
Order commands alphabetically
  • Loading branch information
todeveni authored Apr 29, 2024
1 parent 420c0ec commit 65fb2d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function render() {
$posts = get_posts(
array(
'post_type' => 'command',
'orderby' => 'title',
'order' => 'ASC',
'post_parent' => 0,
'nopaging' => true,
Expand Down

0 comments on commit 65fb2d6

Please sign in to comment.