# Can I create two new topic butons on my home page?

**URL:** https://meta.discourse.org/t/can-i-create-two-new-topic-butons-on-my-home-page/279469
**Category:** Support
**Created:** [September 19, 2023, 7:08am UTC](https://meta.discourse.org/t/can-i-create-two-new-topic-butons-on-my-home-page/279469 "2023-09-19T07:08:59Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Srujan\_Madderla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/srujan_madderla/32/327711_2.png) [@Srujan\_Madderla](https://meta.discourse.org/u/Srujan_Madderla)
#### Post date: [September 19, 2023, 7:08am UTC](https://meta.discourse.org/t/can-i-create-two-new-topic-butons-on-my-home-page/279469/1 "2023-09-19T07:08:59Z")

</div>

i want to have two Create a new Topic buttons on my community page.  
is it possible ?

I want to have one button for creating a community post.  
Other button to create a Idea.

Please confim.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [September 19, 2023, 4:20pm UTC](https://meta.discourse.org/t/can-i-create-two-new-topic-butons-on-my-home-page/279469/2 "2023-09-19T16:20:58Z")

</div>

HI @Srujan_Madderla, welcome to the Discourse Meta forum!

> [@Srujan\_Madderla](#):
>
> I want to have one button for creating a community post.  
> Other button to create a Idea.

Discourse does not provide a way of doing this, but possibly the functionality could be added through a theme component or plugin. If you are new to Discourse, theme components allow you to add client side code to your site’s theme. Plugins can run server side code. It is generally easier to develop and install theme components than it is to install plugins.

I’m curious about the button to create an “Idea.” What is an Idea in your use case? Would it be a topic in a private category, a message sent to a group, or something else?

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [September 20, 2023, 1:12am UTC](https://meta.discourse.org/t/can-i-create-two-new-topic-butons-on-my-home-page/279469/3 "2023-09-20T01:12:14Z")

</div>

Need more context.

A #Customization > Theme component as @simon has said would be needed.

Welcome Link Banner might work.

If community and idea are categories this url link can work

[https://meta.discourse.org/new-topic?category=feature](https://meta.discourse.org/new-topic?category=feature)

swap “[meta.discourse.org](http://meta.discourse.org)” with your domain name  
swap “feature” with category slug name.

The above url will start a new topic in feature.

[Start Topic in Feature](https://meta.discourse.org/new-topic?category=feature)

> [@Welcome Link Banner](https://meta.discourse.org/t/welcome-link-banner/218743):
>
> discourse2Summary Welcome Link Banner is a simple banner that allows you to add custom text and 1-4 links.eyeglassesPreview [Preview on Discourse Theme Creator](https://discourse.theme-creator.io/theme/Discourse/welcome-link-banner)hammer_and_wrenchRepository Link [https://github.com/discourse/discourse-welcome-link-banner](https://github.com/discourse/discourse-welcome-link-banner)open_bookNew to Discourse Themes? [Beginner’s guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966) Install this theme component Features Settings This component comes with a variety of settings! Name De…

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [September 20, 2023, 5:18am UTC](https://meta.discourse.org/t/can-i-create-two-new-topic-butons-on-my-home-page/279469/4 "2023-09-20T05:18:47Z")

</div>

Hello 👋

> [@Srujan\_Madderla](#):
>
> i want to have two Create a new Topic buttons on my community page.  
> is it possible ?

Actually there is an elegant solution which makes dropdown from the new topic button. [Convert the New Topic button to a have a sub menu - #7 by awesomerobot](https://meta.discourse.org/t/convert-the-new-topic-button-to-a-have-a-sub-menu/212300/7)

It looks like the theme component version of this is here available: [GitHub - discourse/discourse-new-topic-dropdown: Turns the New Topic button into a dropdown with a custom option added · GitHub](https://github.com/discourse/discourse-new-topic-dropdown)

---

<div class="post-metadata">

### Author: ![Srujan\_Madderla](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/srujan_madderla/32/327711_2.png) [@Srujan\_Madderla](https://meta.discourse.org/u/Srujan_Madderla)
#### Post date: [September 20, 2023, 5:31am UTC](https://meta.discourse.org/t/can-i-create-two-new-topic-butons-on-my-home-page/279469/5 "2023-09-20T05:31:46Z")

</div>

Thank you for the response.

---

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [September 20, 2023, 11:57pm UTC](https://meta.discourse.org/t/can-i-create-two-new-topic-butons-on-my-home-page/279469/7 "2023-09-20T23:57:29Z")

</div>

Very nice find!
