# Howto hide from menu using front matter

**URL:** https://discourse.gohugo.io/t/howto-hide-from-menu-using-front-matter/18960
**Category:** support
**Created:** [May 30, 2019, 9:35am UTC](https://discourse.gohugo.io/t/howto-hide-from-menu-using-front-matter/18960 "2019-05-30T09:35:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![DBJDBJ](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/dbjdbj/32/8555_2.png) [@DBJDBJ](https://discourse.gohugo.io/u/DBJDBJ)
#### Post date: [May 30, 2019, 9:35am UTC](https://discourse.gohugo.io/t/howto-hide-from-menu-using-front-matter/18960/1 "2019-05-30T09:35:35Z")

</div>

I am not sure if this is hugo Learn theme question.

I seem to remember a “magical” entry in the page front matter which makes it invisible in the menu? On the left in case of hugo learn theme

I was looking and searching for an hour with no luck to try and find this info nugget again.

Please advise …

---

<div class="post-metadata">

### Author: ![maiki](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/maiki/32/16384_2.png) [@maiki](https://discourse.gohugo.io/u/maiki)
#### Post date: [May 30, 2019, 7:00pm UTC](https://discourse.gohugo.io/t/howto-hide-from-menu-using-front-matter/18960/2 "2019-05-30T19:00:14Z")

</div>

You probably want to ask the theme author. 🙂

---

<div class="post-metadata">

### Author: ![benmarte](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/benmarte/32/5948_2.png) [@benmarte](https://discourse.gohugo.io/u/benmarte)
#### Post date: [May 30, 2019, 8:04pm UTC](https://discourse.gohugo.io/t/howto-hide-from-menu-using-front-matter/18960/3 "2019-05-30T20:04:44Z")

</div>

@DBJDBJ it seems like the param you want is `hidden = true` as per: [https://github.com/matcornic/hugo-theme-learn/blob/master/exampleSite/content/cont/pages/\_index.en.md#front-matter-configuration](https://github.com/matcornic/hugo-theme-learn/blob/master/exampleSite/content/cont/pages/_index.en.md#front-matter-configuration)

---

<div class="post-metadata">

### Author: ![DBJDBJ](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.gohugo.io/dbjdbj/32/8555_2.png) [@DBJDBJ](https://discourse.gohugo.io/u/DBJDBJ)
#### Post date: [May 31, 2019, 11:02am UTC](https://discourse.gohugo.io/t/howto-hide-from-menu-using-front-matter/18960/4 "2019-05-31T11:02:00Z")

</div>

Yet that’s it, thanks all 🙂
