# Settings not appearing

**URL:** https://meta.discourse.org/t/settings-not-appearing/327372
**Category:** Development
**Created:** [September 20, 2024, 7:39am UTC](https://meta.discourse.org/t/settings-not-appearing/327372 "2024-09-20T07:39:59Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [September 21, 2024, 11:51am UTC](https://meta.discourse.org/t/settings-not-appearing/327372/13 "2024-09-21T11:51:06Z")

</div>

In which plugin outlet do you want to put your banner?  
Take a look at [Using Plugin Outlet Connectors from a Theme or Plugin](https://meta.discourse.org/t/using-plugin-outlet-connectors-from-a-theme-or-plugin/32727)

> [@Using Plugin Outlet Connectors from a Theme or Plugin](https://meta.discourse.org/t/using-plugin-outlet-connectors-from-a-theme-or-plugin/32727/1):
>
> `data-template-name='/connectors/{outlet-name}/{connector-name}'`

You could use [https://meta.discourse.org/t/add-a-featured-topic-list-to-your-discourse-homepage/132949?u=moin](https://meta.discourse.org/t/add-a-featured-topic-list-to-your-discourse-homepage/132949) as an example

> [@Discourse](#):
>
> `data-template-name="/connectors/above-main-container/featured-topics"`

You can use the [(deprecated) Plugin outlet locations theme component](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673) to find the names and locations of the plugin outlets. “above-main-container” for example is the top one above the topic list, but not above the sidebar.

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/6/4/96444f9c6e89cf7e8eb8652d3c4a55baaeb9ceac.png)

Looking at the code of a #Customization > Theme component which adds something similar is also a great way to learn.

---

_[View the full topic](https://meta.discourse.org/t/settings-not-appearing/327372)._
