# 예정된 헤더 변경 – 테마 및 플러그인 준비

**URL:** https://meta.discourse.org/t/upcoming-header-changes-preparing-themes-and-plugins/296544
**Category:** Development
**Tags:** dev-news
**Created:** [3월 14, 2024, 10:49오전 UTC](https://meta.discourse.org/t/upcoming-header-changes-preparing-themes-and-plugins/296544 "2024-03-14T10:49:12Z")
**Posts on this page:** 1
**Showing post:** 50

<div class="post-metadata">

### Author: ![Jonathan5](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jonathan5/32/197134_2.png) [@Jonathan5](https://meta.discourse.org/u/Jonathan5)
#### Post date: [9월 8, 2024, 8:21오후 UTC](https://meta.discourse.org/t/upcoming-header-changes-preparing-themes-and-plugins/296544/50 "2024-09-08T20:21:01Z")

</div>

“home-logo” 옆에 텍스트를 추가하는 테마 컴포넌트를 업데이트하는 데 도움을 주실 수 있나요? 미리 감사드립니다.

> [@로고 옆 헤더에 텍스트 추가](https://meta.discourse.org/t/add-text-in-header-beside-logo/162670/2?u=jonathan5):
>
> Hey Daniel wave You can use something like this to add text next to the header logo on your site \<script type="text/discourse-plugin" version="0.8"\> api.decorateWidget("home-logo:after", helper =\> { const titleVisible = helper.attrs.minimized; const headerText = "Text you want to add"; // \<--- change this text if (!titleVisible) { return api.h("span.header-text", headerText); } }); \</script\> You’d add it in the header section of your theme / component. You can read more about t…

---

_[View the full topic](https://meta.discourse.org/t/upcoming-header-changes-preparing-themes-and-plugins/296544)._
