# Add + New Topic link to all pages

**URL:** https://meta.discourse.org/t/add-new-topic-link-to-all-pages/32446
**Category:** Feature
**Created:** [August 23, 2015, 11:23pm UTC](https://meta.discourse.org/t/add-new-topic-link-to-all-pages/32446 "2015-08-23T23:23:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![anon82356247](https://avatars.discourse-cdn.com/v4/letter/a/bcef8e/32.png) [@anon82356247](https://meta.discourse.org/u/anon82356247)
#### Post date: [August 23, 2015, 11:23pm UTC](https://meta.discourse.org/t/add-new-topic-link-to-all-pages/32446/1 "2015-08-23T23:23:23Z")

</div>

Unless I’m missing something, there isn’t way to create a new unlinked topic when viewing a topic. To do so, you’d have to click the logo to go home (1 click) or the hamburger menu and then make a selection (2 clicks), both if which may not be entirely obvious to new users (at least before DC become the web standard!)

I think it should always be in the top right menu (what do you call that?) for logged-in users:

![](https://global.discourse-cdn.com/meta/original/3X/4/2/4227dd1b0d1e1ebe7e3a0177081a79df0ccb341b.png)

If that is not acceptable for some reason, I suggest making it an admin selectable option on the Admin\>settings\>basic setup, akin to the options available there for top menu.

---

<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: [August 23, 2015, 11:56pm UTC](https://meta.discourse.org/t/add-new-topic-link-to-all-pages/32446/2 "2015-08-23T23:56:56Z")

</div>

You can do this via customizations, see the material design topic and related site.

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [February 2, 2016, 8:30pm UTC](https://meta.discourse.org/t/add-new-topic-link-to-all-pages/32446/3 "2016-02-02T20:30:06Z")

</div>

I just posted a howto topic for this:

> [@(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: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:36am UTC](https://meta.discourse.org/t/add-new-topic-link-to-all-pages/32446/4 "2025-12-04T11:36:57Z")

</div>


