# 过滤的主题列表

**URL:** <https://meta.discourse.org/t/filtered-topic-lists/321031>\
**Category:** Theme component\
**Created:** [2024年八月10日 13:30 UTC](https://meta.discourse.org/t/filtered-topic-lists/321031 "2024-08-10T13:30:28Z")\
**Posts on this page:** 1\
**Showing post:** 9

<div class="post-metadata">

**Author:** ![jrgong](https://avatars.discourse-cdn.com/v4/letter/j/c57346/32.png) [@jrgong](https://meta.discourse.org/u/jrgong)\
**Post date:** [2024年十月6日 09:16 UTC](https://meta.discourse.org/t/filtered-topic-lists/321031/9 "2024-10-06T09:16:10Z")

</div>

还有一个问题：在显示特定类别的过滤列表时，隐藏核心主题列表的最佳方法是什么？

我发现唯一可以通过 CSS 实现的方法是定位 span 标签，但这可能会在不同情况下触发：

```css
span + table.topic-list.topic-thumbnails-grid {
  display: none;
}

```

---

_[View the full topic](https://meta.discourse.org/t/filtered-topic-lists/321031)._
