# 隐藏帖子页脚链接、图钉等信息

**URL:** https://meta.discourse.org/t/hide-post-footer-links-pins-etc-info/215954
**Category:** Support
**Created:** [2022 年1 月 25 日 16:15 UTC](https://meta.discourse.org/t/hide-post-footer-links-pins-etc-info/215954 "2022-01-25T16:15:20Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [2022 年1 月 25 日 16:45 UTC](https://meta.discourse.org/t/hide-post-footer-links-pins-etc-info/215954/2 "2022-01-25T16:45:37Z")

</div>

您可以隐藏它们，然后仅为员工显示它们，使用类似以下方法：

```plaintext
.small-action.onscreen-post {
    Display:none;
}

.staff .small-action.onscreen-post {
    Display :initial;
}

```

---

_[View the full topic](https://meta.discourse.org/t/hide-post-footer-links-pins-etc-info/215954)._
