# Custom menu on single post page

**URL:** https://meta.discourse.org/t/custom-menu-on-single-post-page/42421
**Category:** Feature
**Created:** [4월 12, 2016, 4:09오전 UTC](https://meta.discourse.org/t/custom-menu-on-single-post-page/42421 "2016-04-12T04:09:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![aedensixty](https://avatars.discourse-cdn.com/v4/letter/a/b4bc9f/32.png) [@aedensixty](https://meta.discourse.org/u/aedensixty)
#### Post date: [4월 12, 2016, 4:09오전 UTC](https://meta.discourse.org/t/custom-menu-on-single-post-page/42421/1 "2016-04-12T04:09:11Z")

</div>

I know discourse has the standard ‘top menu’ items which loads into ‘navigation-bar’ for the category/list pages however is there a way to add custom menu items only on the single post pages where this menu disappears? I want a different menu, not a variant of what is on the category pages.

Thanks.

---

<div class="post-metadata">

### Author: ![downey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/downey/32/166878_2.png) [@downey](https://meta.discourse.org/u/downey)
#### Post date: [4월 13, 2016, 5:34오전 UTC](https://meta.discourse.org/t/custom-menu-on-single-post-page/42421/2 "2016-04-13T05:34:05Z")

</div>

We hacked together something like this with HTML & CSS customizations (currently desktop only). It only appears for a specified category x based on our CSS customizations.

Example: [openmrs.js (JavaScript API Wrapper) - Development - OpenMRS Talk](https://talk.openmrs.org/t/openmrs-js-javascript-api-wrapper/5355)

Perhaps an approach like that might work for you.

---

<div class="post-metadata">

### Author: ![aedensixty](https://avatars.discourse-cdn.com/v4/letter/a/b4bc9f/32.png) [@aedensixty](https://meta.discourse.org/u/aedensixty)
#### Post date: [4월 13, 2016, 6:21오전 UTC](https://meta.discourse.org/t/custom-menu-on-single-post-page/42421/3 "2016-04-13T06:21:48Z")

</div>

Gives me an idea to follow anyway. Thanks. I think I can use an outlet and display it only on the single posts.
