# Created Topic Sort

**URL:** https://meta.discourse.org/t/created-topic-sort/321521
**Category:** Theme component
**Created:** [August 13, 2024, 8:03pm UTC](https://meta.discourse.org/t/created-topic-sort/321521 "2024-08-13T20:03:28Z")
**Posts on this page:** 1
**Showing post:** 12

<div class="post-metadata">

### Author: ![Alteras](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alteras/32/179824_2.png) [@Alteras](https://meta.discourse.org/u/Alteras)
#### Post date: [March 27, 2025, 3:29pm UTC](https://meta.discourse.org/t/created-topic-sort/321521/12 "2025-03-27T15:29:27Z")

</div>

The default homepage can be set with a bit of JS:

```js
import { setDefaultHomepage } from "discourse/lib/utilities";
setDefaultHomepage("/latest?order=created");

```

Adding the option to the Top Menu settings is definitely preferable, but I don’t think there’s a way to do so from a TC, at least from what I last checked. I’ll have to see if something has changed in the interim.

---

_[View the full topic](https://meta.discourse.org/t/created-topic-sort/321521)._
