# 월별 게시글 수가 아닌 전체 게시글 수

**URL:** https://meta.discourse.org/t/total-posts-count-instead-of-post-per-month/283992
**Category:** Development
**Created:** [10월 31, 2023, 9:59오전 UTC](https://meta.discourse.org/t/total-posts-count-instead-of-post-per-month/283992 "2023-10-31T09:59:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Ashwani\_Kumar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ashwani_kumar/32/328227_2.png) [@Ashwani\_Kumar](https://meta.discourse.org/u/Ashwani_Kumar)
#### Post date: [10월 31, 2023, 9:59오전 UTC](https://meta.discourse.org/t/total-posts-count-instead-of-post-per-month/283992/1 "2023-10-31T09:59:31Z")

</div>

월별/주별 게시물 수 대신 전체 게시물 수를 표시해야 합니다.  
백엔드에서 이 설정을 할 수 있는 옵션이 있을까요?

 ![image](https://global.discourse-cdn.com/meta/original/4X/6/a/5/6a5ecde93cf12d174293affe4aa1eb26f4c807cd.png)  
.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [10월 31, 2023, 1:14오후 UTC](https://meta.discourse.org/t/total-posts-count-instead-of-post-per-month/283992/2 "2023-10-31T13:14:33Z")

</div>

[https://meta.discourse.org/categories.json을](https://meta.discourse.org/categories.json%EC%9D%84) 확인하면 다음과 같은 내용을 볼 수 있습니다:

```plaintext
category_list: {
can_create_category: false,
can_create_topic: true,
categories: [
{
id: 67,
name: "announcements",
color: "ED207B",
text_color: "FFFFFF",
slug: "announcements",
topic_count: 289,
post_count: 3693,
position: 0,

```

즉, 필요한 데이터는 이미 존재합니다.

[https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673을](https://meta.discourse.org/t/plugin-outlet-locations-theme-component/100673%EC%9D%84) 설치하면 새로운 정보를 쉽게 삽입할 수 있는 위치를 확인할 수 있습니다:

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/b/9/ab9e0fbe95783b5313ec94a48809433edf39c6ea.png)

(적어도 제 입장에서는) 토픽을 대체하는 것은 쉽지 않을 것입니다. `below-category-title-link` 위치에 정보를 표시하는 데 동의하신다면, 이를 테마 컴포넌트에서 구현할 수 있습니다. 자바스크립트의 마법으로 숫자를 다시 작성하는 것이 가능할 것이라 추정합니다.

---

<div class="post-metadata">

### Author: ![Ashwani\_Kumar](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ashwani_kumar/32/328227_2.png) [@Ashwani\_Kumar](https://meta.discourse.org/u/Ashwani_Kumar)
#### Post date: [11월 1, 2023, 11:12오전 UTC](https://meta.discourse.org/t/total-posts-count-instead-of-post-per-month/283992/3 "2023-11-01T11:12:21Z")

</div>

> [@pfaffman](#):
>
> `topic_count`

UI에서 해당 옵션을 찾을 수 없는데, FKB Pro 테마에도 동일한 옵션이 있나요?

[FKB Pro - Social theme](https://meta.discourse.org/t/fkb-pro-social-theme/234323)
