# How do we add buttons next to the "New Topic" button?

**URL:** https://meta.discourse.org/t/how-do-we-add-buttons-next-to-the-new-topic-button/112743
**Category:** Support
**Created:** [3월 27, 2019, 6:40오후 UTC](https://meta.discourse.org/t/how-do-we-add-buttons-next-to-the-new-topic-button/112743 "2019-03-27T18:40:52Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [3월 27, 2019, 6:55오후 UTC](https://meta.discourse.org/t/how-do-we-add-buttons-next-to-the-new-topic-button/112743/2 "2019-03-27T18:55:23Z")

</div>

You’d want to use a plugin-outlet for this, `discovery-list-container-top` would work.

```xml
<script type="text/x-handlebars" data-template-name="/connectors/discovery-list-container-top/custom-name"> 
  <button> your button here </button>
</script>

```

 ![02%20PM](https://global.discourse-cdn.com/meta/original/3X/5/2/524ffc73a652df095c1497ebe804ffe67c3d7a6c.png)

It would just take a bit of additional CSS to align it to the right instead of the left.

There’s more on handlebars templates and plugin outlets in [Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648/1#heading--4-b)

---

_[View the full topic](https://meta.discourse.org/t/how-do-we-add-buttons-next-to-the-new-topic-button/112743)._
