# 무시한 사용자의 게시물이 홈 화면에 표시됨

**URL:** https://meta.discourse.org/t/topics-created-by-ignored-users-showing-on-homepage/170366
**Category:** Feature
**Created:** [11월 17, 2020, 2:51오후 UTC](https://meta.discourse.org/t/topics-created-by-ignored-users-showing-on-homepage/170366 "2020-11-17T14:51:40Z")
**Posts on this page:** 1
**Showing post:** 16

<div class="post-metadata">

### Author: ![th21](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/th21/32/211915_2.png) [@th21](https://meta.discourse.org/u/th21)
#### Post date: [11월 17, 2021, 7:07오후 UTC](https://meta.discourse.org/t/topics-created-by-ignored-users-showing-on-homepage/170366/16 "2021-11-17T19:07:36Z")

</div>

```plaintext
<script type="text/x-handlebars" data-template-name="components/latest-topic-list-item">
<div class="topic-poster" data-user-card="{{topic.creator.username}}">

```

`latest-topic-list-item` 템플릿을 오버라이드하여 토픽 작성자 div에 username/userid 속성을 추가해 보세요. 그러면 사용자 스타일시트를 통해 이를 숨길 수 있습니다.

또한, 무시한 사용자를 자동으로 숨기는 컴포넌트가 있으니 관심 있으시면 참고해 주세요.

> [@무시한 사용자를 주제 목록에서 숨기는 방법이 있을까요?](https://meta.discourse.org/t/potential-way-to-hide-ignored-users-from-topic-list/191980):
>
> API를 호출하여 해당 사용자의 무시된 사용자 목록을 가져온 다음, 해당 사용자 ID가 포함된 주제를 숨기거나 주제 목록이 렌더링되기 전에 해당 주제들을 제거하는 것이 가능한가요?

---

_[View the full topic](https://meta.discourse.org/t/topics-created-by-ignored-users-showing-on-homepage/170366)._
