# 사용자 지정 필터 홈페이지 만들기

**URL:** https://meta.discourse.org/t/creating-a-custom-filter-homepage/370062
**Category:** Support
**Created:** [6월 13, 2025, 1:49오후 UTC](https://meta.discourse.org/t/creating-a-custom-filter-homepage/370062 "2025-06-13T13:49:01Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![MihirR](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mihirr/32/475158_2.png) [@MihirR](https://meta.discourse.org/u/MihirR)
#### Post date: [6월 13, 2025, 1:49오후 UTC](https://meta.discourse.org/t/creating-a-custom-filter-homepage/370062/1 "2025-06-13T13:49:01Z")

</div>

이런 동적 홈페이를 만들 수 있을까요?

- 최근 활동이 있는 주제 10개 (이번 주)
- 최신 생성된 주제 5개 (오늘)
- 최근 주제 5개 (이번 주)
- 답글이 가장 많은 주제 5개 (이번 주)
- '좋아요’가 가장 많은 주제 5개 (이번 주)
- 최신 생성된 주제 5개 (어제 또는 오늘)

Discourse Filtered Topics List를 통해 이러한 홈페이를 만들 수 있는 테마 컴포넌트가 있지만, 단점이 있다면 특정 시간 프레임에서만 작동한다는 것입니다. 그래서 매일 시간 프레임을 변경해야 합니다.

즉, 현재는 다음과 같이 날짜를 추가할 수 있는 방식으로 작동합니다:

> activity-before:YYYY-MM-DD 지정된 날짜보다 이전의 최신 활동(bump)이 있는 주제  
> activity-after:YYYY-MM-DD 지정된 날짜보다 이후의 최신 활동(bump)이 있는 주제  
> created-before: YYYY-MM-DD 지정된 날짜보다 이전에 생성된 주제  
> created-after:YYYY-MM-DD 지정된 날짜보다 이후에 생성된 주제

하지만 이렇게 하면 항상 날짜를 변경해야 합니다. 포럼에서 이 문제를 해결할 수 있는 대안이 있을까요?

---

_[View the full topic](https://meta.discourse.org/t/creating-a-custom-filter-homepage/370062)._
