# 新论坛 - 能隐藏关于页面上的网站统计数据吗？

**URL:** <https://meta.discourse.org/t/new-forum-any-way-to-hide-site-statistics-on-about-page/206750>\
**Category:** Development\
**Tags:** css\
**Created:** [2021年十月22日 06:50 UTC](https://meta.discourse.org/t/new-forum-any-way-to-hide-site-statistics-on-about-page/206750 "2021-10-22T06:50:47Z")\
**Posts on this page:** 6\
**Page:** 1

<div class="post-metadata">

**Author:** ![BCHK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bchk/32/3268_2.png) [@BCHK](https://meta.discourse.org/u/BCHK)\
**Post date:** [2021年十月22日 06:50 UTC](https://meta.discourse.org/t/new-forum-any-way-to-hide-site-statistics-on-about-page/206750/1 "2021-10-22T06:50:47Z")

</div>

我已搜索过，但找不到任何方法可以关闭网站“关于”页面上显示的站点统计信息。是否有简单的方法可以关闭此功能？在网站刚起步时显示这些信息并没有太大帮助——我倾向于在拥有合理数量的会员之前先将其关闭。

非常感谢您的帮助。

---

<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:** [2021年十月22日 06:59 UTC](https://meta.discourse.org/t/new-forum-any-way-to-hide-site-statistics-on-about-page/206750/2 "2021-10-22T06:59:20Z")

</div>

简单的方法是通过 CSS 来展示。数据仍然可用，但这样查看需要消耗一些能量。

作为新手并没有什么可羞愧的。每个人都是从某个地方开始的。

---

<div class="post-metadata">

**Author:** ![IAmGav](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamgav/32/235598_2.png) [@IAmGav](https://meta.discourse.org/u/IAmGav)\
**Post date:** [2021年十月22日 07:00 UTC](https://meta.discourse.org/t/new-forum-any-way-to-hide-site-statistics-on-about-page/206750/3 "2021-10-22T07:00:35Z")

</div>

保持开放和透明比隐藏事物更好。

---

<div class="post-metadata">

**Author:** ![Jagster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jagster/32/192154_2.png) [@Jagster](https://meta.discourse.org/u/Jagster)\
**Post date:** [2021年十月22日 07:48 UTC](https://meta.discourse.org/t/new-forum-any-way-to-hide-site-statistics-on-about-page/206750/4 "2021-10-22T07:48:12Z")

</div>

即使数据是不必要的吗？

---

<div class="post-metadata">

**Author:** ![Romero](https://avatars.discourse-cdn.com/v4/letter/r/b782af/32.png) [@Romero](https://meta.discourse.org/u/Romero)\
**Post date:** [2023年一月25日 13:11 UTC](https://meta.discourse.org/t/new-forum-any-way-to-hide-site-statistics-on-about-page/206750/5 "2023-01-25T13:11:23Z")

</div>

CSS:

```css
.stats {
    display: none;
}

```

---

<div class="post-metadata">

**Author:** ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)\
**Post date:** [2023年十月25日 08:42 UTC](https://meta.discourse.org/t/new-forum-any-way-to-hide-site-statistics-on-about-page/206750/6 "2023-10-25T08:42:17Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
