Skip to content

Commit

Permalink
Order commands alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
todeveni authored Apr 26, 2024
1 parent 420c0ec commit 1ca1485
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 1ca1485

Please sign in to comment.