# שינוי דף הבית לתג?

**URL:** https://meta.discourse.org/t/change-homepage-to-tag/243954
**Category:** Development
**Created:** [2 בנובמבר,‏ 2022,‏ 10:11am UTC](https://meta.discourse.org/t/change-homepage-to-tag/243954 "2022-11-02T10:11:16Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [2 בנובמבר,‏ 2022,‏ 10:29am UTC](https://meta.discourse.org/t/change-homepage-to-tag/243954/2 "2022-11-02T10:29:48Z")

</div>

My dev skills are fledgling, but I think you can do it by adding a theme component with this in the header:

```js
<script type="text/discourse-plugin" version="0.8">
  const { setDefaultHomepage } = require('discourse/lib/utilities');
  setDefaultHomepage("/tag/featured");
</script>

```

(Adapted from [How to make Docs page the default homepage - #2 by keegan](https://meta.discourse.org/t/how-to-make-docs-page-the-default-homepage/240336/2) 🙂)

---

_[View the full topic](https://meta.discourse.org/t/change-homepage-to-tag/243954)._
