Skip to content

Commit c629926

Browse files
authored
Document sort parameter for category entries
Only if sortby param is used
1 parent 6894707 commit c629926

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/channels/categories.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ Determines whether entries dated in the "future" to are included when calculatin
166166

167167
By default, future dated entries will **not** count when determining whether a category is empty.
168168

169+
### `sort=`
170+
171+
sort="asc"
172+
173+
The sort order can be ascending (asc) or descending (desc). The order will default to “descending” if nothing is specified.
174+
175+
This parameter is only applicable when using the "[orderby](#orderby)" parameter to specify the sort order.
176+
169177
### `status=`
170178

171179
status="open"

0 commit comments

Comments
 (0)