Sorting topics by creation date

I’ve noticed this forum has links to Bugs and Features in top navigation which are topics sorted by op_likes.

Would it be possible to sort topics by creation date instead? I can see there is created_at attribute in JSON output but when I try https://meta.discourse.org/category/feature?order=created_at, topics are not sorted by creation date. Would this be possible?

One category on my forum would be more suitable to sort by “created_at” attribute. That’s why I’m interested in this.

2 Likes

Playing around a bit more, I think I figured it out.

If I use attribute “created” instead of “created_at”, it sorts by topic creation date.

See https://meta.discourse.org/category/feature?order=created

7 Likes

Awesome. However it doesn’t seem to work with tags for some reason.
Is there a way around this?

Try:

https://meta.discourse.org/?tags=docker&order=created_at

Note, closing this … cause I feel like the OP is solved

2 Likes