# Display Tags inline with thread title, instead of being on the bottom line

**URL:** https://meta.discourse.org/t/display-tags-inline-with-thread-title-instead-of-being-on-the-bottom-line/393158
**Category:** Support
**Created:** [10 januari 2026 om 22:35 UTC](https://meta.discourse.org/t/display-tags-inline-with-thread-title-instead-of-being-on-the-bottom-line/393158 "2026-01-10T22:35:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![paulovbettio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/paulovbettio/32/538502_2.png) [@paulovbettio](https://meta.discourse.org/u/paulovbettio)
#### Post date: [10 januari 2026 om 22:35 UTC](https://meta.discourse.org/t/display-tags-inline-with-thread-title-instead-of-being-on-the-bottom-line/393158/1 "2026-01-10T22:35:06Z")

</div>

Hello! I want to change my Discourse theme to place the tags inline with the thread title. Basically, I want to turn this:

![Captura de tela de 2026-01-10 18-29-10](https://global.discourse-cdn.com/meta/original/4X/1/2/b/12b107933b77ba9db4b17999f8a31b954432cd18.png)

Into this:

![image](https://global.discourse-cdn.com/meta/original/4X/d/8/8/d889ffec80a0d75133425bb854997e41f8b1c70e.png)

Should I create a component to to that? Can I just use the default theme editor?

---

<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: [12 januari 2026 om 15:40 UTC](https://meta.discourse.org/t/display-tags-inline-with-thread-title-instead-of-being-on-the-bottom-line/393158/2 "2026-01-12T15:40:17Z")

</div>

> [@paulovbettio](#):
>
> Should I create a component to to that?

Yes, this would be possible with a theme component… you’d want to hide the original placement of the tags with CSS and add the tags in a new position using a plugin outlet, perhaps `topic-list-after-title` would work well for this.

This guide may help a bit [Using Plugin Outlet Connectors from a Theme or Plugin](https://meta.discourse.org/t/using-plugin-outlet-connectors-from-a-theme-or-plugin/32727)
