# 카테고리를 제목이 있는 섹션으로 나누는 방법?

**URL:** https://meta.discourse.org/t/how-to-split-the-categories-into-sections-with-titles/199494
**Category:** Development
**Created:** [8월 6, 2021, 10:02오후 UTC](https://meta.discourse.org/t/how-to-split-the-categories-into-sections-with-titles/199494 "2021-08-06T22:02:28Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![manuel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manuel/32/468169_2.png) [@manuel](https://meta.discourse.org/u/manuel)
#### Post date: [8월 7, 2021, 11:01오전 UTC](https://meta.discourse.org/t/how-to-split-the-categories-into-sections-with-titles/199494/2 "2021-08-07T11:01:36Z")

</div>

ID가 있는 카테고리를 선택하고, 예를 들어 다음과 같이 제목 텍스트를 앞에 삽입할 수 있습니다:

```plaintext
body [data-category-id="1"]:before {
    content: "Projects";
}

```

대신, 이 새로운 컴포넌트를 사용할 수도 있습니다. 카테고리 섹션을 추가할 수 있는 백엔드 설정이 포함되어 있습니다:

> **[GitHub - discourse/discourse-minimal-category-boxes](https://github.com/discourse/discourse-minimal-category-boxes)**
>
> Contribute to discourse/discourse-minimal-category-boxes development by creating an account on GitHub.

---

_[View the full topic](https://meta.discourse.org/t/how-to-split-the-categories-into-sections-with-titles/199494)._
