# Adding "New subject" button to all pages

**URL:** https://meta.discourse.org/t/adding-new-subject-button-to-all-pages/74825
**Category:** Support
**Created:** [November 26, 2017, 10:35am UTC](https://meta.discourse.org/t/adding-new-subject-button-to-all-pages/74825 "2017-11-26T10:35:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jabcka](https://avatars.discourse-cdn.com/v4/letter/j/a9a28c/32.png) [@jabcka](https://meta.discourse.org/u/jabcka)
#### Post date: [November 26, 2017, 10:35am UTC](https://meta.discourse.org/t/adding-new-subject-button-to-all-pages/74825/1 "2017-11-26T10:35:20Z")

</div>

Hi  
Is there a way to add “New subject” button to all pages ?  
Thanks

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [November 26, 2017, 12:06pm UTC](https://meta.discourse.org/t/adding-new-subject-button-to-all-pages/74825/2 "2017-11-26T12:06:10Z")

</div>

If by “new subject”, you mean “new topic”:

> [@(Superseded) Add a "+ New Topic" button on every page](https://meta.discourse.org/t/adding-new-topic-button-on-every-page/38922):
>
> mega This feature is now available as a [dedicated theme component](https://meta.discourse.org/t/new-topic-button-on-all-pages/84551). Want to add “+ New Topic” button on every page? Follow these steps: Paste this Javascript code in Admin arrow_right Customize arrow_right CSS/HTML arrow_right \</body\> section: \<script\> var ApplicationRoute = require('discourse/routes/application').default; ApplicationRoute.reopen({ actions: { createTopic: function() { var Composer = require('discourse/models/composer').default; …

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [November 27, 2017, 2:58am UTC](https://meta.discourse.org/t/adding-new-subject-button-to-all-pages/74825/3 "2017-11-27T02:58:38Z")

</div>


